Increment the reference count on a fetched EVP_CIPHER.
Synopsis
Declared in <openssl/evp.h>
int
EVP_CIPHER_up_ref(EVP_CIPHER* cipher);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
cipher |
Cipher object from EVP_CIPHER_fetch() / similar. |
Created with MrDocs