openssl/crypto/opensslv.h

9 lines
273 B
C
Raw Normal View History

#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
1999-04-01 13:58:28 +02:00
#define OPENSSL_VERSION_NUMBER 0x0923 /* Version 0.9.1c is 0913 */
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.2c 01 Apr 1999"
1999-03-22 13:22:14 +01:00
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
#endif /* HEADER_OPENSSLV_H */