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

Merge pilot.(none):/data/msvensson/mysql/bug28812/my50-bug28812

into  pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
parents 86ef148e c2b81701
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