]> git.ipfire.org Git - thirdparty/openssl.git/commit
Since HEADER_DES_H has been the protector of des.h since libdes
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Dec 2002 06:59:16 +0000 (06:59 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Dec 2002 06:59:16 +0000 (06:59 +0000)
commit005ef84c5d2995516955a816120e685469437087
tree7ffb71839d2585ed6860c9e548d638758f9e1fa4
parentf92570f00a2db071dd5b99433fc2f3447ab85fd7
Since HEADER_DES_H has been the protector of des.h since libdes
(before SSLeay, maybe?), it's better to have that macro protect
the compatibility header des_old.h.  In the new des.h, let's use
a slightly different protecting macro.

The rationale is that there are application that might include (via
other header files, perhaps) both an old libdes des.h and OpenSSL's
des.h.  Whichever comes first would overshadow the other because of
the clash in protecting macro.  This fix solves that problem.
crypto/des/des.h
crypto/des/des_old.h