diff options
author | John Regan <john@jrjrtech.com> | 2022-05-04 15:36:47 -0400 |
---|---|---|
committer | John Regan <john@jrjrtech.com> | 2022-05-04 15:36:47 -0400 |
commit | 58c6315bdb61b2a00d7152e424658da33bf14a49 (patch) | |
tree | f530ca42a87c6c6cc1f5f472fe1cfdb5190fe2a9 | |
parent | 4ecb2fac605a41a5d607ceac3246df4fc2bc4ece (diff) | |
download | luaossl-58c6315bdb61b2a00d7152e424658da33bf14a49.tar.gz luaossl-58c6315bdb61b2a00d7152e424658da33bf14a49.tar.bz2 luaossl-58c6315bdb61b2a00d7152e424658da33bf14a49.zip |
remove unused struct def
-rw-r--r-- | src/openssl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/openssl.c b/src/openssl.c index 6dc9f66..5b17335 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -2267,10 +2267,6 @@ STACK_OF(X509) *compat_X509_chain_up_ref(STACK_OF(X509) *chain) { #endif typedef struct { - int nid; -} EVP_KDF; - -typedef struct { int nid; union { #if HAVE_PKCS5_PBKDF2_HMAC |