summaryrefslogtreecommitdiff
path: root/lib/libcrypto/engine/eng_dyn.c
diff options
context:
space:
mode:
authorBrent Cook <bcook@cvs.openbsd.org>2014-07-09 08:52:01 +0000
committerBrent Cook <bcook@cvs.openbsd.org>2014-07-09 08:52:01 +0000
commit1a21a4b081485351b4cfca12b43af51354d8ae6a (patch)
tree2d0a91b07b51cea20411b9ee6d6ec85bfda06f54 /lib/libcrypto/engine/eng_dyn.c
parentb3fc2dd37b7734b5d184a1b660f957d6af008464 (diff)
remove unused dynamic_cmd_defns_empty structure.
ok miod@ deraadt@ guenther@
Diffstat (limited to 'lib/libcrypto/engine/eng_dyn.c')
-rw-r--r--lib/libcrypto/engine/eng_dyn.c5
1 files changed, 1 insertions, 4 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