summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/bio/bio_lib.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2015-02-10 11:22:21 +0000
committerjsing <jsing@openbsd.org>2015-02-10 11:22:21 +0000
commit569a82d4f3539c31c608ce4b76c7cb10931c1771 (patch)
treef140f4a3aba9eb8c1416d9348396f2db0d39b4f4 /lib/libssl/src/crypto/bio/bio_lib.c
parentDon't show the subseconds when displaying the constraint offset. (diff)
downloadwireguard-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/bio/bio_lib.c')
-rw-r--r--lib/libssl/src/crypto/bio/bio_lib.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/bio/bio_lib.c b/lib/libssl/src/crypto/bio/bio_lib.c
index 477208ed1f1..0be56aacdee 100644
--- a/lib/libssl/src/crypto/bio/bio_lib.c
+++ b/lib/libssl/src/crypto/bio/bio_lib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bio_lib.c,v 1.21 2014/07/25 06:05:32 doug Exp $ */
+/* $OpenBSD: bio_lib.c,v 1.22 2015/02/10 11:22:21 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -622,5 +622,3 @@ BIO_number_written(BIO *bio)
return bio->num_write;
return 0;
}
-
-IMPLEMENT_STACK_OF(BIO)