Commit 58393914 authored by unknown's avatar unknown

Import from yaSSL


extra/yassl/include/openssl/crypto.h:
  Import patch yassl.diff
extra/yassl/include/openssl/ssl.h:
  Import patch yassl.diff
parent 0444d22f
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
#ifndef ysSSL_crypto_h__ #ifndef ysSSL_crypto_h__
#define yaSSL_crypto_h__ #define yaSSL_crypto_h__
#ifdef YASSL_PREFIX
#include "prefix_crypto.h" #include "prefix_crypto.h"
#endif
const char* SSLeay_version(int type); const char* SSLeay_version(int type);
......
...@@ -28,7 +28,10 @@ ...@@ -28,7 +28,10 @@
#ifndef yaSSL_openssl_h__ #ifndef yaSSL_openssl_h__
#define yaSSL_openssl_h__ #define yaSSL_openssl_h__
#ifdef YASSL_PREFIX
#include "prefix_ssl.h" #include "prefix_ssl.h"
#endif
#include <stdio.h> /* ERR_print fp */ #include <stdio.h> /* ERR_print fp */
#include "opensslv.h" /* for version number */ #include "opensslv.h" /* for version number */
#include "rsa.h" #include "rsa.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment