Commit 394d9a0e authored by msvensson@pilot.(none)'s avatar msvensson@pilot.(none)
Browse files

Import yaSSL version 1.7.2

- Fix bug#27265
- Support for fixing bug#18441
parent f9c24561
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@

const char* SSLeay_version(int type);

#define SSLEAY_NUMBER_DEFINED
#define SSLEAY_VERSION 0x0900L
#define SSLEAY_VERSION_NUMBER SSLEAY_VERSION

+1 −0
Original line number Diff line number Diff line
/* des_old.h  for openvn */
+10 −0
Original line number Diff line number Diff line
/* evp.h for openSSL */

#ifndef SSLEAY_NUMBER_DEFINED
#define SSLEAY_NUMBER_DEFINED

/* for OpenVPN */
#define SSLEAY_VERSION_NUMBER 0x0090700f


#endif /* SSLEAY_NUMBER_DEFINED */
+1 −0
Original line number Diff line number Diff line
/* hmac.h  for openvpn */
+1 −0
Original line number Diff line number Diff line
/* objects.h  for openvpn */
Loading