diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-07 04:23:36 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-07 04:23:36 +0000 |
commit | 44f45a912d101b58993feea2e5cd10b1c69d6943 (patch) | |
tree | 08bed35c9b969f55a152469fec7e3a6f0e237245 /sbin/isakmpd/x509.h | |
parent | 7fb5884042d640ddc68921a67069d9b95e6fac05 (diff) |
Get rid of the main policy session (unnecessary).
Diffstat (limited to 'sbin/isakmpd/x509.h')
-rw-r--r-- | sbin/isakmpd/x509.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/x509.h b/sbin/isakmpd/x509.h index 48178ebf947..061a1fc9cca 100644 --- a/sbin/isakmpd/x509.h +++ b/sbin/isakmpd/x509.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.h,v 1.11 2001/05/31 20:20:59 angelos Exp $ */ +/* $OpenBSD: x509.h,v 1.12 2001/06/07 04:23:35 angelos Exp $ */ /* $EOM: x509.h,v 1.11 2000/09/28 12:53:27 niklas Exp $ */ /* @@ -84,7 +84,7 @@ void *x509_from_printable (char *); int x509_cert_insert (int, void *); int x509_cert_subjectaltname (X509 *cert, u_char **, u_int *); X509 *x509_from_asn (u_char *, u_int); -int x509_generate_kn(X509 *); +int x509_generate_kn(int, X509 *); int x509_read_from_dir (X509_STORE *, char *, int); #endif /* _X509_H_ */ |