diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2015-02-22 15:19:57 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2015-02-22 15:19:57 +0000 |
commit | 5cb43e292b4dd5d24d2bf26ae646d6de16547ff5 (patch) | |
tree | 87dbd8d5bacc2409f23c9f771f606e2a18ad717b /lib/libssl/ssl_lib.c | |
parent | 0d6b3ae63965cf7489529db6341b153a7e4ba41f (diff) |
Remove IMPLEMENT_STACK_OF noops.
Diffstat (limited to 'lib/libssl/ssl_lib.c')
-rw-r--r-- | lib/libssl/ssl_lib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/ssl_lib.c b/lib/libssl/ssl_lib.c index 34f83089201..32feaa57e9e 100644 --- a/lib/libssl/ssl_lib.c +++ b/lib/libssl/ssl_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_lib.c,v 1.98 2015/02/11 03:19:37 doug Exp $ */ +/* $OpenBSD: ssl_lib.c,v 1.99 2015/02/22 15:19:56 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -3068,5 +3068,4 @@ SSL_cache_hit(SSL *s) return (s->hit); } -IMPLEMENT_STACK_OF(SSL_CIPHER) IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id); |