summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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