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