diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2006-07-09 18:05:43 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2006-07-09 18:05:43 +0200 |
commit | 0ee2166cc50cffba02514b686c6bf75c76ff2e62 (patch) | |
tree | eac5fd77f831fc78bc2ce83650d18cceaf5ebabc /crypto/evp/names.c | |
parent | Set detached flag in PKCS7 structure earlier to avoid eating up memory. (diff) | |
download | openssl-0ee2166cc50cffba02514b686c6bf75c76ff2e62.tar.xz openssl-0ee2166cc50cffba02514b686c6bf75c76ff2e62.zip |
New functions to add and free up application defined signature OIDs.
Diffstat (limited to 'crypto/evp/names.c')
-rw-r--r-- | crypto/evp/names.c | 1 |
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 |