diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-01-17 15:04:40 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-01-17 15:04:40 +0000 |
commit | 1dc48b9c06264cb0efcd236ecdf2cccc6e94a781 (patch) | |
tree | dedbc46c1b365f72ad4e5f0e6c876c6828ef1b54 /security/cyrus-sasl2/files/patch-ak | |
parent | Update to version 0.91 (diff) |
Update to version 1.5.27
PR: 33603
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=53251
Diffstat (limited to 'security/cyrus-sasl2/files/patch-ak')
-rw-r--r-- | security/cyrus-sasl2/files/patch-ak | 30 |
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, |