diff options
author | tb <> | 2018-11-24 11:16:44 +0000 |
---|---|---|
committer | tb <> | 2018-11-24 11:16:44 +0000 |
commit | c53757df7e6d400b007ae1ac043ed342353b73ac (patch) | |
tree | 525ce1728fdee8845335b3b8492ce664dde51f28 /src/lib | |
parent | b2f89354805a7b9d93880d8953cd132eadedeca4 (diff) | |
download | openbsd-c53757df7e6d400b007ae1ac043ed342353b73ac.tar.gz openbsd-c53757df7e6d400b007ae1ac043ed342353b73ac.tar.bz2 openbsd-c53757df7e6d400b007ae1ac043ed342353b73ac.zip |
zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/evp/evp_locl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp_locl.h b/src/lib/libcrypto/evp/evp_locl.h index e264f9c998..0b1bea9583 100644 --- a/src/lib/libcrypto/evp/evp_locl.h +++ b/src/lib/libcrypto/evp/evp_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_locl.h,v 1.14 2016/12/21 15:49:29 jsing Exp $ */ | 1 | /* $OpenBSD: evp_locl.h,v 1.15 2018/11/24 11:16:44 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -265,7 +265,7 @@ const EVP_CIPHER *EVP_##cname##_ecb(void) { return &cname##_ecb; } | |||
265 | EVP_CIPHER_get_asn1_iv, \ | 265 | EVP_CIPHER_get_asn1_iv, \ |
266 | NULL) | 266 | NULL) |
267 | 267 | ||
268 | struct evp_pkey_ctx_st { | 268 | struct evp_pkey_ctx_st { |
269 | /* Method associated with this operation */ | 269 | /* Method associated with this operation */ |
270 | const EVP_PKEY_METHOD *pmeth; | 270 | const EVP_PKEY_METHOD *pmeth; |
271 | /* Engine that implements this method or NULL if builtin */ | 271 | /* Engine that implements this method or NULL if builtin */ |