summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbcook <>2014-07-09 08:52:00 +0000
committerbcook <>2014-07-09 08:52:00 +0000
commit647c5790bf6cd9db48b1ec80ad028bdea7918d20 (patch)
treefd4309b116c025ccd8f8d10208da82b087ec017d /src
parent80c7e473818aaeb7fb9171f571861d3445db5452 (diff)
downloadopenbsd-647c5790bf6cd9db48b1ec80ad028bdea7918d20.tar.gz
openbsd-647c5790bf6cd9db48b1ec80ad028bdea7918d20.tar.bz2
openbsd-647c5790bf6cd9db48b1ec80ad028bdea7918d20.zip
remove unused dynamic_cmd_defns_empty structure.
ok miod@ deraadt@ guenther@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/engine/eng_dyn.c5
-rw-r--r--src/lib/libssl/src/crypto/engine/eng_dyn.c5
2 files changed, 2 insertions, 8 deletions
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 @@
1/* $OpenBSD: eng_dyn.c,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */ 1/* $OpenBSD: eng_dyn.c,v 1.10 2014/07/09 08:52:00 bcook Exp $ */
2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL 2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
3 * project 2001. 3 * project 2001.
4 */ 4 */
@@ -122,9 +122,6 @@ static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = {
122 122
123 {0, NULL, NULL, 0} 123 {0, NULL, NULL, 0}
124}; 124};
125static const ENGINE_CMD_DEFN dynamic_cmd_defns_empty[] = {
126 {0, NULL, NULL, 0}
127};
128 125
129/* Loading code stores state inside the ENGINE structure via the "ex_data" 126/* Loading code stores state inside the ENGINE structure via the "ex_data"
130 * element. We load all our state into a single structure and use that as a 127 * 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 @@
1/* $OpenBSD: eng_dyn.c,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */ 1/* $OpenBSD: eng_dyn.c,v 1.10 2014/07/09 08:52:00 bcook Exp $ */
2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL 2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
3 * project 2001. 3 * project 2001.
4 */ 4 */
@@ -122,9 +122,6 @@ static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = {
122 122
123 {0, NULL, NULL, 0} 123 {0, NULL, NULL, 0}
124}; 124};
125static const ENGINE_CMD_DEFN dynamic_cmd_defns_empty[] = {
126 {0, NULL, NULL, 0}
127};
128 125
129/* Loading code stores state inside the ENGINE structure via the "ex_data" 126/* Loading code stores state inside the ENGINE structure via the "ex_data"
130 * element. We load all our state into a single structure and use that as a 127 * element. We load all our state into a single structure and use that as a