diff options
Diffstat (limited to 'sbin/isakmpd/features/x509')
-rw-r--r-- | sbin/isakmpd/features/x509 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/isakmpd/features/x509 b/sbin/isakmpd/features/x509 index 53e52e2fe5d..14d90396cd7 100644 --- a/sbin/isakmpd/features/x509 +++ b/sbin/isakmpd/features/x509 @@ -1,4 +1,4 @@ -# $OpenBSD: x509,v 1.3 2000/02/20 16:42:20 niklas Exp $ +# $OpenBSD: x509,v 1.4 2002/08/23 18:01:33 ho Exp $ # $EOM: x509,v 1.4 2000/02/20 16:38:15 niklas Exp $ # @@ -32,8 +32,3 @@ # X509= x509.c - -.if !defined (USE_LIBCRYPTO) && !defined (HAVE_DLOPEN) -#Force a syntax error -"X.509 certificate support wanted but no libcrypto library available" -.endif |