From 3fa12a5d03a942018ff0c53594eedf9f2f1adb1c Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 22 Feb 2015 15:19:56 +0000 Subject: Remove IMPLEMENT_STACK_OF noops. --- src/lib/libssl/ssl_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libssl/ssl_lib.c') diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c index 34f8308920..32feaa57e9 100644 --- a/src/lib/libssl/ssl_lib.c +++ b/src/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); -- cgit v1.2.3-55-g6feb