projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75573c4
)
Protect applications from failing to compile when they
author
Ralf S. Engelschall
<rse@openssl.org>
Tue, 18 May 1999 09:19:28 +0000
(09:19 +0000)
committer
Ralf S. Engelschall
<rse@openssl.org>
Tue, 18 May 1999 09:19:28 +0000
(09:19 +0000)
try to directly include opensslv.h.
crypto/opensslv.h
patch
|
blob
|
history
diff --git
a/crypto/opensslv.h
b/crypto/opensslv.h
index 541891f239203f5909d4d7d6497a60d2a11e9536..2d92f5a856a1538f75e0083bf858a229bce155ad 100644
(file)
--- a/
crypto/opensslv.h
+++ b/
crypto/opensslv.h
@@
-1,3
+1,8
@@
+#ifndef HEADER_OPENSSLV_H
+#define HEADER_OPENSSLV_H
+
#define OPENSSL_VERSION_NUMBER 0x0923 /* Version 0.9.1c is 0913 */
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.2c 01 Apr 1999"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
+
+#endif /* HEADER_OPENSSLV_H */