Skip to content

Commit

Permalink
Make sure we get the definition of OPENSSL_NO_BIO.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Mar 20, 2003
1 parent 59ade20 commit 741dae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/pem/pem.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
#ifndef HEADER_PEM_H
#define HEADER_PEM_H

#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_BIO
#include <openssl/bio.h>
#endif
Expand All @@ -68,7 +69,6 @@
#include <openssl/evp.h>
#include <openssl/x509.h>
#include <openssl/pem2.h>
#include <openssl/e_os2.h>

#ifdef __cplusplus
extern "C" {
Expand Down
1 change: 1 addition & 0 deletions crypto/txt_db/txt_db.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
#ifndef HEADER_TXT_DB_H
#define HEADER_TXT_DB_H

#include <openssl/opensslconf.h>
#ifndef OPENSSL_NO_BIO
#include <openssl/bio.h>
#endif
Expand Down

0 comments on commit 741dae5

Please sign in to comment.