aboutsummaryrefslogtreecommitdiff
path: root/src/racoon/crypto_openssl.c
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2009-09-02 15:00:23 +0800
committerChia-chi Yeh <chiachi@android.com>2009-09-02 15:00:23 +0800
commit051f86dfca525c160855397f7b6a4fb5ef8df2b5 (patch)
tree9cb7c3ca3484e74941d0b9d96d15caf5d59be781 /src/racoon/crypto_openssl.c
parentbff6735b7ebff7ad20da90123c6090d853b84fd6 (diff)
downloadipsec-tools-051f86dfca525c160855397f7b6a4fb5ef8df2b5.tar.gz
ipsec-tools: updated to 0.7.3.
Diffstat (limited to 'src/racoon/crypto_openssl.c')
-rw-r--r--src/racoon/crypto_openssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/racoon/crypto_openssl.c b/src/racoon/crypto_openssl.c
index aca2f02..0ec53cf 100644
--- a/src/racoon/crypto_openssl.c
+++ b/src/racoon/crypto_openssl.c
@@ -1,4 +1,4 @@
-/* $NetBSD: crypto_openssl.c,v 1.11.6.5 2009/04/20 13:33:30 tteras Exp $ */
+/* $NetBSD: crypto_openssl.c,v 1.11.6.6 2009/04/29 10:50:25 tteras Exp $ */
/* Id: crypto_openssl.c,v 1.47 2006/05/06 20:42:09 manubsd Exp */
@@ -540,7 +540,7 @@ eay_check_x509cert(cert, CApath, CAfile, local)
X509_STORE_CTX_set_flags (csc, X509_V_FLAG_CRL_CHECK_ALL);
#endif
error = X509_verify_cert(csc);
- X509_STORE_CTX_cleanup(csc);
+ X509_STORE_CTX_free(csc);
/*
* if x509_verify_cert() is successful then the value of error is