head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.02.05.15.50.26;	author nectar;	state dead;
branches;
next	1.1;

1.1
date	2001.01.04.16.30.04;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update 0.3d -> 0.3e.

The vendor says: ``We suggest those running a ftpd to update
immediately.''

Changes in release 0.3e:
 * rcp program included
 * fix buffer overrun in ftpd
 * handle omitted sequence numbers as zeroes to handle MIT krb5 that
   cannot generate zero sequence numbers
 * handle v4 /.k files better
 * configure/portability fixes
 * fixes in parsing of options to kadmin (sub-)commands
 * handle errors in kadmin load better
 * bug fixes
@
text
@--- lib/otp/otp_md.c.orig	Tue Jul 11 19:26:43 2000
+++ lib/otp/otp_md.c	Thu Jan  4 09:38:17 2001
@@@@ -212,7 +212,7 @@@@
  */
 
 static void
-SHA1Final_little_endian (void *res, struct sha1 *m)
+SHA1Final_little_endian (void *res, SHA_CTX *m)
 {
   unsigned char tmp[20];
   unsigned char *p = res;
@@@@ -231,7 +231,7 @@@@
 otp_sha_init (OtpKey key, const char *pwd, const char *seed)
 {
   unsigned char res[20];
-  struct sha1 sha1;
+  SHA_CTX sha1;
 
   return otp_md_init (key, pwd, seed, 
 		      (void (*)(void *))SHA1Init, 
@@@@ -245,7 +245,7 @@@@
 	      size_t len,
 	      unsigned char *res)
 {
-  struct sha1 sha1;
+  SHA_CTX sha1;
 
   return otp_md_hash (data, len,
 		      (void (*)(void *))SHA1Init,
@@@@ -258,7 +258,7 @@@@
 otp_sha_next (OtpKey key)
 {
   unsigned char res[20];
-  struct sha1 sha1;
+  SHA_CTX sha1;
 
   return otp_md_next (key, 
 		      (void (*)(void *))SHA1Init, 
@


1.1
log
@= Update to use OpenSSL in the base if it has MD4 support (version 0.9.6
  or later).  If these libraries are used, then this port's libdes will
  not be built nor installed.

= A man page was renamed that I missed earlier: afs.3 -> kafs.3
@
text
@@

