summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_bio.c
diff options
context:
space:
mode:
authorderaadt <>2014-04-18 14:37:41 +0000
committerderaadt <>2014-04-18 14:37:41 +0000
commitcb65c83cbaccdc052f92a2a48ed9ee74de03d063 (patch)
tree9a096bd964129ac72ab9b20dcf9ba841c71784c4 /src/lib/libcrypto/bio/bss_bio.c
parentdae9f6b743da244120c0940ab4165929fc1e7305 (diff)
downloadopenbsd-cb65c83cbaccdc052f92a2a48ed9ee74de03d063.tar.gz
openbsd-cb65c83cbaccdc052f92a2a48ed9ee74de03d063.tar.bz2
openbsd-cb65c83cbaccdc052f92a2a48ed9ee74de03d063.zip
Put the final pieces from e_os.h in the required places, and remove it.
"dance on it's grave" says beck ok guenther beck
Diffstat (limited to 'src/lib/libcrypto/bio/bss_bio.c')
-rw-r--r--src/lib/libcrypto/bio/bss_bio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bss_bio.c b/src/lib/libcrypto/bio/bss_bio.c
index 27faaa211c..d31e59872e 100644
--- a/src/lib/libcrypto/bio/bss_bio.c
+++ b/src/lib/libcrypto/bio/bss_bio.c
@@ -83,8 +83,6 @@
83#include <openssl/err.h> 83#include <openssl/err.h>
84#include <openssl/crypto.h> 84#include <openssl/crypto.h>
85 85
86#include "e_os.h"
87
88static int bio_new(BIO *bio); 86static int bio_new(BIO *bio);
89static int bio_free(BIO *bio); 87static int bio_free(BIO *bio);
90static int bio_read(BIO *bio, char *buf, int size); 88static int bio_read(BIO *bio, char *buf, int size);