diff options
| author | jsing <> | 2014-04-18 11:20:32 +0000 |
|---|---|---|
| committer | jsing <> | 2014-04-18 11:20:32 +0000 |
| commit | 5d7be9d75aadc8b02bc8b6df6d84ee4ff8749952 (patch) | |
| tree | 80f89d5dfdd4e6eef26aea54fe2399d237045354 /src/lib/libcrypto/asn1/x_exten.c | |
| parent | 677d833b84fdf5ea129f0ecc2e5f6ba6b86599f8 (diff) | |
| download | openbsd-5d7be9d75aadc8b02bc8b6df6d84ee4ff8749952.tar.gz openbsd-5d7be9d75aadc8b02bc8b6df6d84ee4ff8749952.tar.bz2 openbsd-5d7be9d75aadc8b02bc8b6df6d84ee4ff8749952.zip | |
More KNF.
Diffstat (limited to 'src/lib/libcrypto/asn1/x_exten.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/x_exten.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/x_exten.c b/src/lib/libcrypto/asn1/x_exten.c index 3a21239926..5b3f49ed0f 100644 --- a/src/lib/libcrypto/asn1/x_exten.c +++ b/src/lib/libcrypto/asn1/x_exten.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 |
| @@ -67,8 +67,8 @@ ASN1_SEQUENCE(X509_EXTENSION) = { | |||
| 67 | ASN1_SIMPLE(X509_EXTENSION, value, ASN1_OCTET_STRING) | 67 | ASN1_SIMPLE(X509_EXTENSION, value, ASN1_OCTET_STRING) |
| 68 | } ASN1_SEQUENCE_END(X509_EXTENSION) | 68 | } ASN1_SEQUENCE_END(X509_EXTENSION) |
| 69 | 69 | ||
| 70 | ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) = | 70 | ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) = |
| 71 | ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION) | 71 | ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION) |
| 72 | ASN1_ITEM_TEMPLATE_END(X509_EXTENSIONS) | 72 | ASN1_ITEM_TEMPLATE_END(X509_EXTENSIONS) |
| 73 | 73 | ||
| 74 | IMPLEMENT_ASN1_FUNCTIONS(X509_EXTENSION) | 74 | IMPLEMENT_ASN1_FUNCTIONS(X509_EXTENSION) |
