diff options
author | jsing <> | 2015-02-10 11:22:22 +0000 |
---|---|---|
committer | jsing <> | 2015-02-10 11:22:22 +0000 |
commit | 2469f93300b26559ef047be50758bab7378dc2f1 (patch) | |
tree | c02735ca2fc8cdea318f668cd6add971e7322283 /src/lib/libcrypto/ui/ui_lib.c | |
parent | 8e3767cefee0b61a7599b3ce219675e54c312702 (diff) | |
download | openbsd-2469f93300b26559ef047be50758bab7378dc2f1.tar.gz openbsd-2469f93300b26559ef047be50758bab7378dc2f1.tar.bz2 openbsd-2469f93300b26559ef047be50758bab7378dc2f1.zip |
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
15 years.
Diffstat (limited to 'src/lib/libcrypto/ui/ui_lib.c')
-rw-r--r-- | src/lib/libcrypto/ui/ui_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ui/ui_lib.c b/src/lib/libcrypto/ui/ui_lib.c index 2c53f534e7..1c7f81d1f1 100644 --- a/src/lib/libcrypto/ui/ui_lib.c +++ b/src/lib/libcrypto/ui/ui_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ui_lib.c,v 1.29 2014/10/03 06:02:38 doug Exp $ */ | 1 | /* $OpenBSD: ui_lib.c,v 1.30 2015/02/10 11:22:21 jsing Exp $ */ |
2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL | 2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL |
3 | * project 2001. | 3 | * project 2001. |
4 | */ | 4 | */ |
@@ -66,7 +66,7 @@ | |||
66 | 66 | ||
67 | #include "ui_locl.h" | 67 | #include "ui_locl.h" |
68 | 68 | ||
69 | IMPLEMENT_STACK_OF(UI_STRING_ST) static const UI_METHOD *default_UI_meth = NULL; | 69 | static const UI_METHOD *default_UI_meth = NULL; |
70 | 70 | ||
71 | UI * | 71 | UI * |
72 | UI_new(void) | 72 | UI_new(void) |