X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fopenssl%2Fkdf.h;h=5abd4c3714756a021b5a6c16ff0523fe7fd94fcf;hb=25ccb5896bbf28b74d4d72010948b0ac7d141622;hp=26380ca479f3907960a22b6e6c62649f2f8686b2;hpb=cefa762ee5c28359986c6af5bf4db4e901f75846;p=oweals%2Fopenssl.git diff --git a/include/openssl/kdf.h b/include/openssl/kdf.h index 26380ca479..5abd4c3714 100644 --- a/include/openssl/kdf.h +++ b/include/openssl/kdf.h @@ -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 @@ -90,7 +90,6 @@ extern "C" { EVP_PKEY_CTX_ctrl_uint64(pctx, -1, EVP_PKEY_OP_DERIVE, \ EVP_PKEY_CTRL_SCRYPT_MAXMEM_BYTES, maxmem_bytes) -int ERR_load_KDF_strings(void); # ifdef __cplusplus }