Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
6ac90abb
Commit
6ac90abb
authored
Dec 18, 2014
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update OpenSSL's header
parent
2f553b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/main/jni/openssl/include/openssl/opensslv.h
src/main/jni/openssl/include/openssl/opensslv.h
+3
-3
No files found.
src/main/jni/openssl/include/openssl/opensslv.h
View file @
6ac90abb
...
@@ -25,11 +25,11 @@
...
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
* major minor fix final patch/beta)
*/
*/
#define OPENSSL_VERSION_NUMBER 0x100010
3
fL
#define OPENSSL_VERSION_NUMBER 0x100010
a
fL
#ifdef OPENSSL_FIPS
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT
"OpenSSL 1.0.1c-fips 10 May 2012
"
#define OPENSSL_VERSION_TEXT
"OpenSSL 1.0.1j-fips 15 Oct 2014
"
#else
#else
#define OPENSSL_VERSION_TEXT
"OpenSSL 1.0.1c 10 May 2012
"
#define OPENSSL_VERSION_TEXT
"OpenSSL 1.0.1j 15 Oct 2014
"
#endif
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment