X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_keyexpimp.c;h=1f2c0aaf93eb663847afacba54aecbcd417d712f;hb=409a1c2b76ac1d783bef6d35542e338d3777b5ac;hp=9a3ac879a1ec97f02f28e5acbe2820e74399dc67;hpb=cfe589b6345926b166f2e59c4d4c537f78382e21;p=openssl-gost%2Fengine.git diff --git a/gost_keyexpimp.c b/gost_keyexpimp.c index 9a3ac87..1f2c0aa 100644 --- a/gost_keyexpimp.c +++ b/gost_keyexpimp.c @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2019 Dmitry Belyavskiy + * Copyright (c) 2020 Vitaly Chikunov + * + * Contents licensed under the terms of the OpenSSL license + * See https://www.openssl.org/source/license.html for details + */ #ifdef _WIN32 #include #else @@ -400,7 +407,7 @@ static int kuznyechik_wrap_do(EVP_CIPHER_CTX *ctx, unsigned char *out, } } -int wrap_ctrl (EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) +static int wrap_ctrl (EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) { switch(type) {