* Makefile.in (K4LIBS): Revert previous
authorTom Yu <tlyu@mit.edu>
Tue, 11 Feb 2003 03:08:37 +0000 (03:08 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 11 Feb 2003 03:08:37 +0000 (03:08 +0000)
* krb5_32.def: Add afs_string_to_key, which is now needed by the
krb4 library.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15176 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/ChangeLog
src/lib/Makefile.in
src/lib/krb5_32.def

index 7f0061d9b4f8b551e1ab0b2908e40dce2616ee88..bfa7678b0cad3dc3543e408f31681ae8034e0724 100644 (file)
@@ -1,5 +1,10 @@
 2003-02-10  Tom Yu  <tlyu@mit.edu>
 
+       * Makefile.in (K4LIBS): Revert previous.
+
+       * krb5_32.def: Add afs_string_to_key, which is now needed by the
+       krb4 library.
+
        * Makefile.in (K4LIBS): Add des425.lib.
 
 2003-01-17  Ken Raeburn  <raeburn@mit.edu>
index 83624ef6b1e31218cc1aa2efec0deedcccde13e9..01a43511dba15bc2cc39e636790080bb37850f24 100644 (file)
@@ -40,7 +40,7 @@ KLIBS = krb5\$(OUTPRE)krb5.lib crypto\$(OUTPRE)crypto.lib \
        $(BUILDTOP)\util\profile\$(OUTPRE)profile.lib \
        des425\$(OUTPRE)des425.lib
 GLIBS = gssapi\$(OUTPRE)gssapi.lib
-K4LIBS = krb4\$(OUTPRE)krb4.lib des425\$(OUTPRE)des425.lib
+K4LIBS = krb4\$(OUTPRE)krb4.lib
 
 CDEF = comerr32.def
 PDEF = xpprof32.def
index 6fae3fbdbac670a9739dedf7840d5320204e78dc..53172a85c3a846e017c9d20b81dc8e5fe8df42bb 100644 (file)
@@ -239,6 +239,7 @@ EXPORTS
        des_quad_cksum                          ; PRIVATE KRB4
        des_string_to_key                       ; PRIVATE KRB4
        des_init_random_number_generator        ; PRIVATE KRB4
+       afs_string_to_key                       ; PRIVATE KRB4
 
 ; DO NOT USE -- Currently required to implement gssapi32.dll
        decode_krb5_ap_req                      ; PRIVATE GSSAPI k5-int.h KRB5_CALLCONV_WRONG