diff options
author | midipix <writeonce@midipix.org> | 2018-12-03 23:48:34 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-04 07:06:31 -0500 |
commit | 85773dcd2c06f26a7477508625ebea362ed51977 (patch) | |
tree | 195ac056adeb70d2d97ba04f729f2ddf1e81a0a6 | |
parent | f879413e90042737bd893723e864c01c35cd3c46 (diff) | |
download | sbpython2-85773dcd2c06f26a7477508625ebea362ed51977.tar.bz2 sbpython2-85773dcd2c06f26a7477508625ebea362ed51977.tar.xz |
osapi: midipix.h: defined OPENSSL_VERSION_1_1 (via libressl).
-rw-r--r-- | profiles/osapi/midipix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/osapi/midipix.h b/profiles/osapi/midipix.h index bf94a2b..a33a5e1 100644 --- a/profiles/osapi/midipix.h +++ b/profiles/osapi/midipix.h @@ -1,6 +1,9 @@ #ifndef PY_OSAPI_MIDIPIX_H #define PY_OSAPI_MIDIPIX_H +/* interfaces */ +#define OPENSSL_VERSION_1_1 1 + /* os-specific headers */ #define HAVE_ALLOCA_H 1 #define HAVE_DIRENT_H 1 |