diff options
| author | jsing <> | 2014-04-21 15:39:52 +0000 |
|---|---|---|
| committer | jsing <> | 2014-04-21 15:39:52 +0000 |
| commit | b746bd9fb2cff6fc7b6ddd888ba614ad9bdb077b (patch) | |
| tree | 5061a725ebf8b95e2ec5deb1a93f1ba043db4ec8 /src/lib/libcrypto/pem/pem_x509.c | |
| parent | dfe511c9e1293ae4ceb37e5ed8d5cf8073dc33f3 (diff) | |
| download | openbsd-b746bd9fb2cff6fc7b6ddd888ba614ad9bdb077b.tar.gz openbsd-b746bd9fb2cff6fc7b6ddd888ba614ad9bdb077b.tar.bz2 openbsd-b746bd9fb2cff6fc7b6ddd888ba614ad9bdb077b.zip | |
KNF.
Diffstat (limited to 'src/lib/libcrypto/pem/pem_x509.c')
| -rw-r--r-- | src/lib/libcrypto/pem/pem_x509.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pem/pem_x509.c b/src/lib/libcrypto/pem/pem_x509.c index b531057dc9..57b7d1d53b 100644 --- a/src/lib/libcrypto/pem/pem_x509.c +++ b/src/lib/libcrypto/pem/pem_x509.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,3 @@ | |||
| 65 | #include <openssl/pem.h> | 65 | #include <openssl/pem.h> |
| 66 | 66 | ||
| 67 | IMPLEMENT_PEM_rw(X509, X509, PEM_STRING_X509, X509) | 67 | IMPLEMENT_PEM_rw(X509, X509, PEM_STRING_X509, X509) |
| 68 | |||
