diff options
author | 2014-07-09 08:52:00 +0000 | |
---|---|---|
committer | 2014-07-09 08:52:00 +0000 | |
commit | 17a4df1569b452882132715a9cba401aba5894ea (patch) | |
tree | 011ebe010f7d77300292ca21cc0161d1dabc27b8 | |
parent | need uvm/uvm_extern.h since no longer supplied below user.h (diff) | |
download | wireguard-openbsd-17a4df1569b452882132715a9cba401aba5894ea.tar.xz wireguard-openbsd-17a4df1569b452882132715a9cba401aba5894ea.zip |
remove unused dynamic_cmd_defns_empty structure.
ok miod@ deraadt@ guenther@
-rw-r--r-- | lib/libcrypto/engine/eng_dyn.c | 5 | ||||
-rw-r--r-- | lib/libssl/src/crypto/engine/eng_dyn.c | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/lib/libcrypto/engine/eng_dyn.c b/lib/libcrypto/engine/eng_dyn.c index e02a3d79ad2..05adf0d6ac0 100644 --- a/lib/libcrypto/engine/eng_dyn.c +++ b/lib/libcrypto/engine/eng_dyn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eng_dyn.c,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */ +/* $OpenBSD: eng_dyn.c,v 1.10 2014/07/09 08:52:00 bcook Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2001. */ @@ -122,9 +122,6 @@ static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = { {0, NULL, NULL, 0} }; -static const ENGINE_CMD_DEFN dynamic_cmd_defns_empty[] = { - {0, NULL, NULL, 0} -}; /* Loading code stores state inside the ENGINE structure via the "ex_data" * element. We load all our state into a single structure and use that as a diff --git a/lib/libssl/src/crypto/engine/eng_dyn.c b/lib/libssl/src/crypto/engine/eng_dyn.c index e02a3d79ad2..05adf0d6ac0 100644 --- a/lib/libssl/src/crypto/engine/eng_dyn.c +++ b/lib/libssl/src/crypto/engine/eng_dyn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eng_dyn.c,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */ +/* $OpenBSD: eng_dyn.c,v 1.10 2014/07/09 08:52:00 bcook Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2001. */ @@ -122,9 +122,6 @@ static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = { {0, NULL, NULL, 0} }; -static const ENGINE_CMD_DEFN dynamic_cmd_defns_empty[] = { - {0, NULL, NULL, 0} -}; /* Loading code stores state inside the ENGINE structure via the "ex_data" * element. We load all our state into a single structure and use that as a |