diff options
| author | jsing <> | 2015-10-16 15:15:39 +0000 |
|---|---|---|
| committer | jsing <> | 2015-10-16 15:15:39 +0000 |
| commit | 5119a4e310cb05088a42e3a19446f977e0e8c48b (patch) | |
| tree | db46925a9b8444c9e5670fd2dff3523c548294f9 /src/lib/libcrypto/asn1 | |
| parent | fe7a74ab075d619393e624cc3430865b7b172e15 (diff) | |
| download | openbsd-5119a4e310cb05088a42e3a19446f977e0e8c48b.tar.gz openbsd-5119a4e310cb05088a42e3a19446f977e0e8c48b.tar.bz2 openbsd-5119a4e310cb05088a42e3a19446f977e0e8c48b.zip | |
Remove pointless externs - the structs are declared in the same files a
few lines above.
Diffstat (limited to 'src/lib/libcrypto/asn1')
| -rw-r--r-- | src/lib/libcrypto/asn1/n_pkey.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/n_pkey.c b/src/lib/libcrypto/asn1/n_pkey.c index bc78606d39..1e73c82d09 100644 --- a/src/lib/libcrypto/asn1/n_pkey.c +++ b/src/lib/libcrypto/asn1/n_pkey.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: n_pkey.c,v 1.29 2015/10/16 15:12:30 jsing Exp $ */ | 1 | /* $OpenBSD: n_pkey.c,v 1.30 2015/10/16 15:15:39 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -117,7 +117,6 @@ NETSCAPE_ENCRYPTED_PKEY *NETSCAPE_ENCRYPTED_PKEY_new(void); | |||
| 117 | void NETSCAPE_ENCRYPTED_PKEY_free(NETSCAPE_ENCRYPTED_PKEY *a); | 117 | void NETSCAPE_ENCRYPTED_PKEY_free(NETSCAPE_ENCRYPTED_PKEY *a); |
| 118 | NETSCAPE_ENCRYPTED_PKEY *d2i_NETSCAPE_ENCRYPTED_PKEY(NETSCAPE_ENCRYPTED_PKEY **a, const unsigned char **in, long len); | 118 | NETSCAPE_ENCRYPTED_PKEY *d2i_NETSCAPE_ENCRYPTED_PKEY(NETSCAPE_ENCRYPTED_PKEY **a, const unsigned char **in, long len); |
| 119 | int i2d_NETSCAPE_ENCRYPTED_PKEY(const NETSCAPE_ENCRYPTED_PKEY *a, unsigned char **out); | 119 | int i2d_NETSCAPE_ENCRYPTED_PKEY(const NETSCAPE_ENCRYPTED_PKEY *a, unsigned char **out); |
| 120 | extern const ASN1_ITEM NETSCAPE_ENCRYPTED_PKEY_it; | ||
| 121 | 120 | ||
| 122 | NETSCAPE_ENCRYPTED_PKEY * | 121 | NETSCAPE_ENCRYPTED_PKEY * |
| 123 | d2i_NETSCAPE_ENCRYPTED_PKEY(NETSCAPE_ENCRYPTED_PKEY **a, const unsigned char **in, long len) | 122 | d2i_NETSCAPE_ENCRYPTED_PKEY(NETSCAPE_ENCRYPTED_PKEY **a, const unsigned char **in, long len) |
| @@ -175,7 +174,6 @@ NETSCAPE_PKEY *NETSCAPE_PKEY_new(void); | |||
| 175 | void NETSCAPE_PKEY_free(NETSCAPE_PKEY *a); | 174 | void NETSCAPE_PKEY_free(NETSCAPE_PKEY *a); |
| 176 | NETSCAPE_PKEY *d2i_NETSCAPE_PKEY(NETSCAPE_PKEY **a, const unsigned char **in, long len); | 175 | NETSCAPE_PKEY *d2i_NETSCAPE_PKEY(NETSCAPE_PKEY **a, const unsigned char **in, long len); |
| 177 | int i2d_NETSCAPE_PKEY(const NETSCAPE_PKEY *a, unsigned char **out); | 176 | int i2d_NETSCAPE_PKEY(const NETSCAPE_PKEY *a, unsigned char **out); |
| 178 | extern const ASN1_ITEM NETSCAPE_PKEY_it; | ||
| 179 | 177 | ||
| 180 | NETSCAPE_PKEY * | 178 | NETSCAPE_PKEY * |
| 181 | d2i_NETSCAPE_PKEY(NETSCAPE_PKEY **a, const unsigned char **in, long len) | 179 | d2i_NETSCAPE_PKEY(NETSCAPE_PKEY **a, const unsigned char **in, long len) |
