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:
c89f31d
)
Nils Larsch told me I could remove that variable entirely.
author
Richard Levitte
<levitte@openssl.org>
Thu, 26 Jun 2003 11:52:23 +0000
(11:52 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 26 Jun 2003 11:52:23 +0000
(11:52 +0000)
crypto/evp/evp_pkey.c
patch
|
blob
|
history
diff --git
a/crypto/evp/evp_pkey.c
b/crypto/evp/evp_pkey.c
index ee7e3aabac4eb99f37273e18ba5a76b9e25e7e96..74c974e686eb20d795c26da3be897ea3432488f3 100644
(file)
--- a/
crypto/evp/evp_pkey.c
+++ b/
crypto/evp/evp_pkey.c
@@
-527,9
+527,6
@@
static int dsa_pkey2pkcs8(PKCS8_PRIV_KEY_INFO *p8, EVP_PKEY *pkey)
static int eckey_pkey2pkcs8(PKCS8_PRIV_KEY_INFO *p8, EVP_PKEY *pkey)
{
EC_KEY *eckey;
-#if 0 /* unused */
- ASN1_INTEGER *prkey = NULL;
-#endif
unsigned char *p, *pp;
int nid, i, ret = 0;
unsigned int tmp_flags;