summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/opensslv.h')
-rw-r--r--src/lib/libcrypto/opensslv.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h
index 4b25018e49..f45afe09f3 100644
--- a/src/lib/libcrypto/opensslv.h
+++ b/src/lib/libcrypto/opensslv.h
@@ -25,8 +25,8 @@
25 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for 25 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
26 * major minor fix final patch/beta) 26 * major minor fix final patch/beta)
27 */ 27 */
28#define OPENSSL_VERSION_NUMBER 0x0090602fL 28#define OPENSSL_VERSION_NUMBER 0x00907000L
29#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6b [engine] 9 Jul 2001" 29#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-dev XX xxx XXXX"
30#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT 30#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
31 31
32 32
@@ -44,13 +44,13 @@
44 * 44 *
45 * libcrypto.so.0 45 * libcrypto.so.0
46 * 46 *
47 * On True64 it works a little bit differently. There, the shared library 47 * On Tru64 and IRIX 6.x it works a little bit differently. There, the
48 * version is stored in the file, and is actually a series of versions, 48 * shared library version is stored in the file, and is actually a series
49 * separated by colons. The rightmost version present in the library when 49 * of versions, separated by colons. The rightmost version present in the
50 * linking an application is stored in the application to be matched at 50 * library when linking an application is stored in the application to be
51 * run time. When the application is run, a check is done to see if the 51 * matched at run time. When the application is run, a check is done to
52 * library version stored in the application matches any of the versions 52 * see if the library version stored in the application matches any of the
53 * in the version string of the library itself. 53 * versions in the version string of the library itself.
54 * This version string can be constructed in any way, depending on what 54 * This version string can be constructed in any way, depending on what
55 * kind of matching is desired. However, to implement the same scheme as 55 * kind of matching is desired. However, to implement the same scheme as
56 * the one used in the other unixen, all compatible versions, from lowest 56 * the one used in the other unixen, all compatible versions, from lowest
@@ -73,13 +73,13 @@
73 * However, it's nice and more understandable if it actually does. 73 * However, it's nice and more understandable if it actually does.
74 * The current library version is stored in the macro SHLIB_VERSION_NUMBER, 74 * The current library version is stored in the macro SHLIB_VERSION_NUMBER,
75 * which is just a piece of text in the format "M.m.e" (Major, minor, edit). 75 * which is just a piece of text in the format "M.m.e" (Major, minor, edit).
76 * For the sake of True64 and any other OS that behaves in similar ways, 76 * For the sake of Tru64, IRIX, and any other OS that behaves in similar ways,
77 * we need to keep a history of version numbers, which is done in the 77 * we need to keep a history of version numbers, which is done in the
78 * macro SHLIB_VERSION_HISTORY. The numbers are separated by colons and 78 * macro SHLIB_VERSION_HISTORY. The numbers are separated by colons and
79 * should only keep the versions that are binary compatible with the current. 79 * should only keep the versions that are binary compatible with the current.
80 */ 80 */
81#define SHLIB_VERSION_HISTORY "" 81#define SHLIB_VERSION_HISTORY ""
82#define SHLIB_VERSION_NUMBER "0.9.6" 82#define SHLIB_VERSION_NUMBER "0.9.7"
83 83
84 84
85#endif /* HEADER_OPENSSLV_H */ 85#endif /* HEADER_OPENSSLV_H */