diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-05 20:46:21 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-05 20:46:21 +0000 |
commit | 78ffac09c80ac319aff487261743d3e5f2854966 (patch) | |
tree | a39780156cc877bfdb3943f085232667890bfc6c /sbin/isakmpd/libcrypto.h | |
parent | 1c426f1f218090a86478e6a9ab2db1bef88b1db7 (diff) |
Always compile X509 support. Almost everyone uses it. Makes the code
much easier to read and to maintain.
OK and testing by hshoexer@, more testing by me
Diffstat (limited to 'sbin/isakmpd/libcrypto.h')
-rw-r--r-- | sbin/isakmpd/libcrypto.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/isakmpd/libcrypto.h b/sbin/isakmpd/libcrypto.h index e9581bfc1dd..03c9eb5b9c1 100644 --- a/sbin/isakmpd/libcrypto.h +++ b/sbin/isakmpd/libcrypto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libcrypto.h,v 1.16 2004/04/15 18:39:26 deraadt Exp $ */ +/* $OpenBSD: libcrypto.h,v 1.17 2005/04/05 20:46:20 cloder Exp $ */ /* $EOM: libcrypto.h,v 1.16 2000/09/28 12:53:27 niklas Exp $ */ /* @@ -33,8 +33,6 @@ #ifndef _LIBCRYPTO_H_ #define _LIBCRYPTO_H_ -#ifdef USE_X509 - #include <stdio.h> /* XXX I want #include <ssl/cryptall.h> but we appear to not install meth.h */ @@ -45,8 +43,6 @@ #include <openssl/x509_vfy.h> #include <openssl/x509.h> -#endif /* USE_X509 */ - extern void libcrypto_init(void); #endif /* _LIBCRYPTO_H_ */ |