I have no idea how I cut away that piece of text...
This commit is contained in:
parent
31939f1544
commit
d9a2a89a17
@ -445,7 +445,11 @@ EVP_PKEY *STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[],
|
||||
REF_PRINT("EVP_PKEY",data);
|
||||
#endif
|
||||
pkey = object->data.key;
|
||||
STORE_OBJECT_free(object);TORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[],
|
||||
STORE_OBJECT_free(object);
|
||||
return pkey;
|
||||
}
|
||||
|
||||
int STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[],
|
||||
OPENSSL_ITEM parameters[])
|
||||
{
|
||||
STORE_OBJECT *object = STORE_OBJECT_new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user