diff options
author | 2015-02-10 11:22:21 +0000 | |
---|---|---|
committer | 2015-02-10 11:22:21 +0000 | |
commit | 569a82d4f3539c31c608ce4b76c7cb10931c1771 (patch) | |
tree | f140f4a3aba9eb8c1416d9348396f2db0d39b4f4 /lib/libssl/src/crypto/ui/ui_lib.c | |
parent | Don't show the subseconds when displaying the constraint offset. (diff) | |
download | wireguard-openbsd-569a82d4f3539c31c608ce4b76c7cb10931c1771.tar.xz wireguard-openbsd-569a82d4f3539c31c608ce4b76c7cb10931c1771.zip |
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
15 years.
Diffstat (limited to 'lib/libssl/src/crypto/ui/ui_lib.c')
-rw-r--r-- | lib/libssl/src/crypto/ui/ui_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/ui/ui_lib.c b/lib/libssl/src/crypto/ui/ui_lib.c index 2c53f534e7c..1c7f81d1f17 100644 --- a/lib/libssl/src/crypto/ui/ui_lib.c +++ b/lib/libssl/src/crypto/ui/ui_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ui_lib.c,v 1.29 2014/10/03 06:02:38 doug Exp $ */ +/* $OpenBSD: ui_lib.c,v 1.30 2015/02/10 11:22:21 jsing Exp $ */ /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL * project 2001. */ @@ -66,7 +66,7 @@ #include "ui_locl.h" -IMPLEMENT_STACK_OF(UI_STRING_ST) static const UI_METHOD *default_UI_meth = NULL; +static const UI_METHOD *default_UI_meth = NULL; UI * UI_new(void) |