diff options
| author | bcook <> | 2014-07-09 08:52:00 +0000 |
|---|---|---|
| committer | bcook <> | 2014-07-09 08:52:00 +0000 |
| commit | 0d58c752b5803f02daa608c8d315fad91203bf42 (patch) | |
| tree | fd4309b116c025ccd8f8d10208da82b087ec017d /src/lib/libc | |
| parent | 8aaccb2b363c116445366eb5a3873e444308d101 (diff) | |
| download | openbsd-0d58c752b5803f02daa608c8d315fad91203bf42.tar.gz openbsd-0d58c752b5803f02daa608c8d315fad91203bf42.tar.bz2 openbsd-0d58c752b5803f02daa608c8d315fad91203bf42.zip | |
remove unused dynamic_cmd_defns_empty structure.
ok miod@ deraadt@ guenther@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/engine/eng_dyn.c | 5 |
1 files changed, 1 insertions, 4 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 | }; |
| 125 | static 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 |
