diff options
author | jsing <> | 2014-04-21 15:39:52 +0000 |
---|---|---|
committer | jsing <> | 2014-04-21 15:39:52 +0000 |
commit | 9b613c3b503b4d43b4887cdf6a970503312b364f (patch) | |
tree | 5061a725ebf8b95e2ec5deb1a93f1ba043db4ec8 /src/lib/libcrypto/pem/pem_xaux.c | |
parent | 4a1cabf252e81d8cf554c92fe0d6b88aa14cf747 (diff) | |
download | openbsd-9b613c3b503b4d43b4887cdf6a970503312b364f.tar.gz openbsd-9b613c3b503b4d43b4887cdf6a970503312b364f.tar.bz2 openbsd-9b613c3b503b4d43b4887cdf6a970503312b364f.zip |
KNF.
Diffstat (limited to 'src/lib/libcrypto/pem/pem_xaux.c')
-rw-r--r-- | src/lib/libcrypto/pem/pem_xaux.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pem/pem_xaux.c b/src/lib/libcrypto/pem/pem_xaux.c index 328f796200..ae381ce54b 100644 --- a/src/lib/libcrypto/pem/pem_xaux.c +++ b/src/lib/libcrypto/pem/pem_xaux.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 |
@@ -65,4 +65,5 @@ | |||
65 | #include <openssl/pem.h> | 65 | #include <openssl/pem.h> |
66 | 66 | ||
67 | IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX) | 67 | IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX) |
68 | IMPLEMENT_PEM_rw(X509_CERT_PAIR, X509_CERT_PAIR, PEM_STRING_X509_PAIR, X509_CERT_PAIR) | 68 | IMPLEMENT_PEM_rw(X509_CERT_PAIR, X509_CERT_PAIR, PEM_STRING_X509_PAIR, |
69 | X509_CERT_PAIR) | ||