diff options
| author | jsing <> | 2015-02-10 11:22:22 +0000 |
|---|---|---|
| committer | jsing <> | 2015-02-10 11:22:22 +0000 |
| commit | f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6 (patch) | |
| tree | c02735ca2fc8cdea318f668cd6add971e7322283 /src/lib/libcrypto/bio/bio_lib.c | |
| parent | cdb7be83319e074737e0c8a1a62fed485bd1c0de (diff) | |
| download | openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.tar.gz openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.tar.bz2 openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.zip | |
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
15 years.
Diffstat (limited to 'src/lib/libcrypto/bio/bio_lib.c')
| -rw-r--r-- | src/lib/libcrypto/bio/bio_lib.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bio/bio_lib.c b/src/lib/libcrypto/bio/bio_lib.c index 477208ed1f..0be56aacde 100644 --- a/src/lib/libcrypto/bio/bio_lib.c +++ b/src/lib/libcrypto/bio/bio_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bio_lib.c,v 1.21 2014/07/25 06:05:32 doug Exp $ */ | 1 | /* $OpenBSD: bio_lib.c,v 1.22 2015/02/10 11:22:21 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -622,5 +622,3 @@ BIO_number_written(BIO *bio) | |||
| 622 | return bio->num_write; | 622 | return bio->num_write; |
| 623 | return 0; | 623 | return 0; |
| 624 | } | 624 | } |
| 625 | |||
| 626 | IMPLEMENT_STACK_OF(BIO) | ||
