From b936eda945085e010bc56029f21b321e0f6efac4 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 1 May 2004 00:05:55 +0000 Subject: [PATCH] * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16292 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/ChangeLog | 1 + src/lib/crypto/Makefile.in | 2 ++ 2 files changed, 3 insertions(+) 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 \ -- 2.26.2