diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 15:28:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 15:28:28 +0000 |
commit | 0d8f08d6994f465cd422fae25a94b0854c54b735 (patch) | |
tree | cc3c222494ec201df862de7468df21794a868131 /lib/libcrypto | |
parent | 230300342d3bc405f43a2d15159c779893b0cc5e (diff) |
OPENSSL_ALGORITHM_DEFINES has been removed from conf.h, no need for it now
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/evp/evp.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libcrypto/evp/evp.h b/lib/libcrypto/evp/evp.h index 41b02594029..9de7c3f9ef1 100644 --- a/lib/libcrypto/evp/evp.h +++ b/lib/libcrypto/evp/evp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp.h,v 1.38 2014/06/24 19:31:50 miod Exp $ */ +/* $OpenBSD: evp.h,v 1.39 2014/07/11 15:28:27 tedu Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -59,13 +59,7 @@ #ifndef HEADER_ENVELOPE_H #define HEADER_ENVELOPE_H -#ifdef OPENSSL_ALGORITHM_DEFINES -# include <openssl/opensslconf.h> -#else -# define OPENSSL_ALGORITHM_DEFINES -# include <openssl/opensslconf.h> -# undef OPENSSL_ALGORITHM_DEFINES -#endif +#include <openssl/opensslconf.h> #include <openssl/ossl_typ.h> |