diff options
author | 2018-11-24 11:16:44 +0000 | |
---|---|---|
committer | 2018-11-24 11:16:44 +0000 | |
commit | 94bf4886dbb69e9fbf0f92f975fc23f16fc5c80f (patch) | |
tree | 8beae858500e4c223241ae7ef31dab6812f89596 | |
parent | Improve error handling and logging in qcow2 (diff) | |
download | wireguard-openbsd-94bf4886dbb69e9fbf0f92f975fc23f16fc5c80f.tar.xz wireguard-openbsd-94bf4886dbb69e9fbf0f92f975fc23f16fc5c80f.zip |
zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'
-rw-r--r-- | lib/libcrypto/evp/evp_locl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/evp_locl.h b/lib/libcrypto/evp/evp_locl.h index e264f9c9986..0b1bea9583c 100644 --- a/lib/libcrypto/evp/evp_locl.h +++ b/lib/libcrypto/evp/evp_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_locl.h,v 1.14 2016/12/21 15:49:29 jsing Exp $ */ +/* $OpenBSD: evp_locl.h,v 1.15 2018/11/24 11:16:44 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -265,7 +265,7 @@ const EVP_CIPHER *EVP_##cname##_ecb(void) { return &cname##_ecb; } EVP_CIPHER_get_asn1_iv, \ NULL) - struct evp_pkey_ctx_st { +struct evp_pkey_ctx_st { /* Method associated with this operation */ const EVP_PKEY_METHOD *pmeth; /* Engine that implements this method or NULL if builtin */ |