projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31939f1
)
I have no idea how I cut away that piece of text...
author
Richard Levitte
<levitte@openssl.org>
Wed, 21 May 2003 06:50:51 +0000
(06:50 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 21 May 2003 06:50:51 +0000
(06:50 +0000)
crypto/store/str_lib.c
patch
|
blob
|
history
diff --git
a/crypto/store/str_lib.c
b/crypto/store/str_lib.c
index 9f59398a68b9a98a07e465b9845f5818e16992ac..a9f302b2c001c256fb686954e561f8d55905eb47 100644
(file)
--- a/
crypto/store/str_lib.c
+++ b/
crypto/store/str_lib.c
@@
-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();