summaryrefslogtreecommitdiff
path: root/openssl/include/openssl/ssl3.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/include/openssl/ssl3.h')
-rwxr-xr-x[-rw-r--r--]openssl/include/openssl/ssl3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/include/openssl/ssl3.h b/openssl/include/openssl/ssl3.h
index c316de32..e6f9c9db 100644..100755
--- a/openssl/include/openssl/ssl3.h
+++ b/openssl/include/openssl/ssl3.h
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -212,7 +212,7 @@ extern "C" {
# define SSL3_MD_CLIENT_FINISHED_CONST "\x43\x4C\x4E\x54"
# define SSL3_MD_SERVER_FINISHED_CONST "\x53\x52\x56\x52"
-# define SSL3_VERSION 0x0300
+/* SSL3_VERSION is defined in prov_ssl.h */
# define SSL3_VERSION_MAJOR 0x03
# define SSL3_VERSION_MINOR 0x00