diff options
author | tedu <> | 2014-04-18 00:58:49 +0000 |
---|---|---|
committer | tedu <> | 2014-04-18 00:58:49 +0000 |
commit | a1df5b66c7ad477a535e56a504d8da47e1998cfa (patch) | |
tree | b216ca6fba673789f2c494699c4cf41d23337bfa /src/lib/libcrypto/asn1/i2d_pu.c | |
parent | 07f5c09b19f56c323fa22ebd5efb5a4df9f5dc4d (diff) | |
download | openbsd-a1df5b66c7ad477a535e56a504d8da47e1998cfa.tar.gz openbsd-a1df5b66c7ad477a535e56a504d8da47e1998cfa.tar.bz2 openbsd-a1df5b66c7ad477a535e56a504d8da47e1998cfa.zip |
lob a few more knf grenades in here to soften things up.
Diffstat (limited to 'src/lib/libcrypto/asn1/i2d_pu.c')
-rw-r--r-- | src/lib/libcrypto/asn1/i2d_pu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/i2d_pu.c b/src/lib/libcrypto/asn1/i2d_pu.c index ed8ec0753b..08b438115d 100644 --- a/src/lib/libcrypto/asn1/i2d_pu.c +++ b/src/lib/libcrypto/asn1/i2d_pu.c | |||
@@ -73,8 +73,7 @@ | |||
73 | 73 | ||
74 | int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp) | 74 | int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp) |
75 | { | 75 | { |
76 | switch (a->type) | 76 | switch (a->type) { |
77 | { | ||
78 | #ifndef OPENSSL_NO_RSA | 77 | #ifndef OPENSSL_NO_RSA |
79 | case EVP_PKEY_RSA: | 78 | case EVP_PKEY_RSA: |
80 | return(i2d_RSAPublicKey(a->pkey.rsa,pp)); | 79 | return(i2d_RSAPublicKey(a->pkey.rsa,pp)); |