diff options
author | jsing <> | 2014-04-18 11:20:32 +0000 |
---|---|---|
committer | jsing <> | 2014-04-18 11:20:32 +0000 |
commit | 6d8ab3f51c14ff4e0ce4f0aaafede903671056b3 (patch) | |
tree | 80f89d5dfdd4e6eef26aea54fe2399d237045354 /src/lib/libcrypto/asn1/x_nx509.c | |
parent | 3a5e199af72e13c8924435aeb9126166854a7c00 (diff) | |
download | openbsd-6d8ab3f51c14ff4e0ce4f0aaafede903671056b3.tar.gz openbsd-6d8ab3f51c14ff4e0ce4f0aaafede903671056b3.tar.bz2 openbsd-6d8ab3f51c14ff4e0ce4f0aaafede903671056b3.zip |
More KNF.
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 | |||