Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP OpenSSL
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP OpenSSL
Commits
69419606
Commit
69419606
authored
6 years ago
by
Matt Caswell
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for 1.1.1-pre2 release
Reviewed-by:
Richard Levitte
<
levitte@openssl.org
>
parent
0d664759
Branches
Branches containing commit
Tags
OpenSSL_1_1_1-pre2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+1
-1
1 addition, 1 deletion
README
include/openssl/opensslv.h
+1
-1
1 addition, 1 deletion
include/openssl/opensslv.h
with
2 additions
and
2 deletions
README
+
1
−
1
View file @
69419606
OpenSSL 1.1.1-pre2
-dev
OpenSSL 1.1.1-pre2
(alpha) 27 Feb 2018
Copyright (c) 1998-2018 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
...
...
This diff is collapsed.
Click to expand it.
include/openssl/opensslv.h
+
1
−
1
View file @
69419606
...
...
@@ -40,7 +40,7 @@ extern "C" {
* major minor fix final patch/beta)
*/
# define OPENSSL_VERSION_NUMBER 0x10101002L
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre2
-dev xx XXX xxxx
"
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre2
(alpha) 27 Feb 2018
"
#define OPENSSL_MAKE_VERSION(maj,min,fix,patch) ((0x10000000L)+((maj&0xff)<<20)+((min&0xff)<<12)+((fix&0xff)<<4)+patch)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment