summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preauth/pkinit/pkinit_crypto_openssl.c')
-rw-r--r--src/plugins/preauth/pkinit/pkinit_crypto_openssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c b/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
index 01ff7e8861..ee94f088cc 100644
--- a/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
+++ b/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
@@ -507,7 +507,7 @@ pkinit_fini_identity_crypto(pkinit_identity_crypto_context idctx)
if (idctx == NULL)
return;
- pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, idctx);
+ pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, idctx);
free(idctx->identity);
pkinit_fini_certs(idctx);
pkinit_fini_pkcs11(idctx);
@@ -545,7 +545,7 @@ pkinit_fini_req_crypto(pkinit_req_crypto_context req_cryptoctx)
if (req_cryptoctx == NULL)
return;
- pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx);
+ pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx);
if (req_cryptoctx->dh != NULL)
DH_free(req_cryptoctx->dh);
if (req_cryptoctx->received_cert != NULL)