summaryrefslogtreecommitdiffstats
path: root/crypto/evp/names.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-07-09 16:05:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-07-09 16:05:43 +0000
commit0ee2166cc50cffba02514b686c6bf75c76ff2e62 (patch)
treeeac5fd77f831fc78bc2ce83650d18cceaf5ebabc /crypto/evp/names.c
parent067707e3673c78aa369ab84445c625719557cf8c (diff)
New functions to add and free up application defined signature OIDs.
Diffstat (limited to 'crypto/evp/names.c')
-rw-r--r--crypto/evp/names.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/names.c b/crypto/evp/names.c
index 7fd67fa870..3245f61d68 100644
--- a/crypto/evp/names.c
+++ b/crypto/evp/names.c
@@ -132,6 +132,7 @@ void EVP_cleanup(void)
obj_cleanup_defer = 0;
OBJ_cleanup();
}
+ OBJ_sigid_free();
}
struct doall_cipher