diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-11-16 12:30:46 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-11-16 12:30:46 +0000 |
commit | a66b73ef6e502bd77d418c12d74b1b00da61decf (patch) | |
tree | 212aaa0ad0967e0b0fca1d059ef2e5cb9bc270df | |
parent | 9b7bf2ae9250f64004cfbd7edeaad2a57f335fa4 (diff) |
Remove X509 hooks
-rw-r--r-- | sbin/isakmpd/cert.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/isakmpd/cert.c b/sbin/isakmpd/cert.c index 7ad1e4ac7f5..5577ac3c01f 100644 --- a/sbin/isakmpd/cert.c +++ b/sbin/isakmpd/cert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cert.c,v 1.4 1998/11/16 12:24:13 niklas Exp $ */ +/* $OpenBSD: cert.c,v 1.5 1998/11/16 12:30:45 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. @@ -42,9 +42,11 @@ #include "x509.h" struct cert_handler cert_handler[] = { +#if 0 {ISAKMP_CERTENC_X509_SIG, x509_certreq_validate, x509_certreq_decode, x509_free_aca, x509_cert_obtain, x509_cert_get_key, x509_cert_get_subject} +#endif }; struct cert_handler * |