Remove a name from the OBJ_NAME alias/lookup table.
Synopsis
Declared in <openssl/objects.h>
int
OBJ_NAME_remove(
char const* name,
int type);
Return Value
1 if an entry was removed, or 0 if none matched.
Parameters
Name |
Description |
name |
Name entry to remove. |
type |
Name class (for example OBJ_NAME_TYPE_CIPHER_METH) possibly OR'd with OBJ_NAME_ALIAS. |
Created with MrDocs