From: Ken Raeburn Date: Sat, 1 May 2004 00:05:55 +0000 (+0000) Subject: * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables X-Git-Tag: krb5-1.4-beta1~453 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b936eda945085e010bc56029f21b321e0f6efac4;p=krb5.git * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16292 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 7916871df..0941956e7 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -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. diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in index dbe888b65..3421ffa18 100644 --- a/src/lib/crypto/Makefile.in +++ b/src/lib/crypto/Makefile.in @@ -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 \