diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/x_nx509.c')
-rw-r--r-- | src/lib/libcrypto/asn1/x_nx509.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/x_nx509.c b/src/lib/libcrypto/asn1/x_nx509.c index fbd9a22db3..538a9f95eb 100644 --- a/src/lib/libcrypto/asn1/x_nx509.c +++ b/src/lib/libcrypto/asn1/x_nx509.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * are met: | 10 | * are met: |
11 | * | 11 | * |
12 | * 1. Redistributions of source code must retain the above copyright | 12 | * 1. Redistributions of source code must retain the above copyright |
13 | * notice, this list of conditions and the following disclaimer. | 13 | * notice, this list of conditions and the following disclaimer. |
14 | * | 14 | * |
15 | * 2. Redistributions in binary form must reproduce the above copyright | 15 | * 2. Redistributions in binary form must reproduce the above copyright |
16 | * notice, this list of conditions and the following disclaimer in | 16 | * notice, this list of conditions and the following disclaimer in |
@@ -69,4 +69,3 @@ ASN1_SEQUENCE(NETSCAPE_X509) = { | |||
69 | } ASN1_SEQUENCE_END(NETSCAPE_X509) | 69 | } ASN1_SEQUENCE_END(NETSCAPE_X509) |
70 | 70 | ||
71 | IMPLEMENT_ASN1_FUNCTIONS(NETSCAPE_X509) | 71 | IMPLEMENT_ASN1_FUNCTIONS(NETSCAPE_X509) |
72 | |||