From 647c5790bf6cd9db48b1ec80ad028bdea7918d20 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Wed, 9 Jul 2014 08:52:00 +0000 Subject: remove unused dynamic_cmd_defns_empty structure. ok miod@ deraadt@ guenther@ --- src/lib/libcrypto/engine/eng_dyn.c | 5 +---- src/lib/libssl/src/crypto/engine/eng_dyn.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/engine/eng_dyn.c b/src/lib/libcrypto/engine/eng_dyn.c index e02a3d79ad..05adf0d6ac 100644 --- a/src/lib/libcrypto/engine/eng_dyn.c +++ b/src/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/src/lib/libssl/src/crypto/engine/eng_dyn.c b/src/lib/libssl/src/crypto/engine/eng_dyn.c index e02a3d79ad..05adf0d6ac 100644 --- a/src/lib/libssl/src/crypto/engine/eng_dyn.c +++ b/src/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 -- cgit v1.2.3-55-g6feb