* Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables
authorKen Raeburn <raeburn@mit.edu>
Sat, 1 May 2004 00:05:55 +0000 (00:05 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 1 May 2004 00:05:55 +0000 (00:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16292 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/ChangeLog
src/lib/crypto/Makefile.in

index 7916871df1f15e9bd8c1a4dbb5093ad2ab91d63c..0941956e7be88612596763800057e33d826401b2 100644 (file)
@@ -20,6 +20,7 @@
        before processing the input.
        (krb5_c_random_make_octets): Lock the mutex before extracting
        random bytes.
+       * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables.
 
        * libk5crypto.exports: Drop the library init/fini functions and
        the DES tables from the export list.
index dbe888b65c2eb08d9ced4af771a045006e985a6b..3421ffa1849dd9f82125940c5a6f87d46c297acc 100644 (file)
@@ -137,6 +137,8 @@ SRCS=\
 LIB=k5crypto
 LIBMAJOR=3
 LIBMINOR=0
+LIBINITFUNC=cryptoint_initialize_library
+LIBFINIFUNC=cryptoint_cleanup_library
 RELDIR=crypto
 
 STOBJLISTS=crc32/OBJS.ST des/OBJS.ST dk/OBJS.ST enc_provider/OBJS.ST \