summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/dh
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/dh')
-rw-r--r--deps/openssl/openssl/crypto/dh/dh_key.c2
-rw-r--r--deps/openssl/openssl/crypto/dh/dh_meth.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/deps/openssl/openssl/crypto/dh/dh_key.c b/deps/openssl/openssl/crypto/dh/dh_key.c
index 58003d7087..b53a063244 100644
--- a/deps/openssl/openssl/crypto/dh/dh_key.c
+++ b/deps/openssl/openssl/crypto/dh/dh_key.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/deps/openssl/openssl/crypto/dh/dh_meth.c b/deps/openssl/openssl/crypto/dh/dh_meth.c
index ce6114c133..59c4d7e967 100644
--- a/deps/openssl/openssl/crypto/dh/dh_meth.c
+++ b/deps/openssl/openssl/crypto/dh/dh_meth.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -75,7 +75,7 @@ int DH_meth_set1_name(DH_METHOD *dhm, const char *name)
return 1;
}
-int DH_meth_get_flags(DH_METHOD *dhm)
+int DH_meth_get_flags(const DH_METHOD *dhm)
{
return dhm->flags;
}