summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/files/patch-ak
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /security/cyrus-sasl2/files/patch-ak
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'security/cyrus-sasl2/files/patch-ak')
-rw-r--r--security/cyrus-sasl2/files/patch-ak30
1 files changed, 0 insertions, 30 deletions
diff --git a/security/cyrus-sasl2/files/patch-ak b/security/cyrus-sasl2/files/patch-ak
deleted file mode 100644
index ecbd20ca3239..000000000000
--- a/security/cyrus-sasl2/files/patch-ak
+++ /dev/null
@@ -1,30 +0,0 @@
---- plugins/kerberos4.c.orig Wed Apr 19 11:18:48 2000
-+++ plugins/kerberos4.c Sat Sep 16 18:49:20 2000
-@@ -696,8 +696,13 @@
-
- /* decrypt; verify checksum */
-
-+#ifdef __FreeBSD__
-+ des_pcbc_encrypt((const unsigned char *)in,
-+ (unsigned char *)in,
-+#else
- des_pcbc_encrypt((des_cblock *)in,
- (des_cblock *)in,
-+#endif
- clientinlen,
- text->init_keysched,
- &text->session,
-@@ -1192,8 +1197,13 @@
- }
- sout[len]=0;
-
-+#ifdef __FreeBSD__
-+ des_pcbc_encrypt((const unsigned char *)sout,
-+ (unsigned char *)sout,
-+#else
- des_pcbc_encrypt((des_cblock *)sout,
- (des_cblock *)sout,
-+#endif
- len,
- text->init_keysched,
- (des_cblock *)text->session,