X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_lcl.h;h=512d94746d6c1ce87195a4890733240f207e7efd;hb=1716316de77a041bd25bf6d0c87bd4a3b5d12010;hp=6a6130aa62e5a7c915a0c16ce16902f37e384c6e;hpb=c4bf9b2c07700d305524cf3c5d412ba58e609158;p=openssl-gost%2Fengine.git diff --git a/gost_lcl.h b/gost_lcl.h index 6a6130a..512d947 100644 --- a/gost_lcl.h +++ b/gost_lcl.h @@ -302,4 +302,6 @@ int pack_sign_cp(ECDSA_SIG *s, int order, unsigned char *sig, size_t *siglen); /* Returns pointer into EVP_PKEY structure */ BIGNUM *gost_get0_priv_key(const EVP_PKEY *pkey); +int bind_gost(ENGINE* e, const char* id); + #endif