From: Tom Yu Date: Sat, 8 Jun 2002 00:37:15 +0000 (+0000) Subject: * crypto_libinit.h: Changed macros so you can include X-Git-Tag: krb5-1.3-alpha1~729 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f97abbb2ee2e0b6765cd1df8bb6a2670ccdd694;p=krb5.git * crypto_libinit.h: Changed macros so you can include crypto_libinit.h and krb5_libinit.h at the same time. [pullup from 1-2-2-branch] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14484 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 94b55a124..9768a0a74 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,9 @@ +2002-06-07 Alexandra Ellwood + + * crypto_libinit.h: Changed macros so you can include + crypto_libinit.h and krb5_libinit.h at the same time. + [pullup from 1-2-2-branch] + 2002-04-05 Ken Raeburn * coll_proof_cksum.c (krb5_c_is_coll_proof_cksum): Rename function diff --git a/src/lib/crypto/crypto_libinit.h b/src/lib/crypto/crypto_libinit.h index 3586a63aa..44c7e16b0 100644 --- a/src/lib/crypto/crypto_libinit.h +++ b/src/lib/crypto/crypto_libinit.h @@ -1,7 +1,7 @@ -#ifndef KRB5_LIBINIT_H -#define KRB5_LIBINIT_H +#ifndef K5CRYPTO_LIBINIT_H +#define K5CRYPTO_LIBINIT_H int cryptoint_initialize_library (void); void cryptoint_cleanup_library (void); -#endif /* KRB5_LIBINIT_H */ +#endif /* K5CRYPTO_LIBINIT_H */