We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcb394 commit 2ae40aeCopy full SHA for 2ae40ae
ext/openssl/openssl_missing.h
@@ -15,6 +15,10 @@
15
extern "C" {
16
#endif
17
18
+#ifndef TYPEDEF_D2I_OF
19
+typedef char *d2i_of_void();
20
+#endif
21
+
22
/*
23
* These functions are not included in headers of OPENSSL <= 0.9.6b
24
*/
version.h
@@ -2,7 +2,7 @@
2
#define RUBY_RELEASE_DATE "2008-08-04"
3
#define RUBY_VERSION_CODE 187
4
#define RUBY_RELEASE_CODE 20080804
5
-#define RUBY_PATCHLEVEL 65
+#define RUBY_PATCHLEVEL 66
6
7
#define RUBY_VERSION_MAJOR 1
8
#define RUBY_VERSION_MINOR 8
0 commit comments