X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_lcl.h;h=846f733fe8cc108d7ed19e66cf6941cb171058e0;hb=9dec172acb29d4aa16120784b1587edd7f46648c;hp=b89c453f4ae94303d47b84cd1c9e9582def06ed5;hpb=be94de0b86a7ac68bfe5949e113ad08fd444f374;p=openssl-gost%2Fengine.git diff --git a/gost_lcl.h b/gost_lcl.h index b89c453..846f733 100644 --- a/gost_lcl.h +++ b/gost_lcl.h @@ -18,6 +18,7 @@ # include # include "gost89.h" # include "gosthash.h" +# include "newnids.h" /* Control commands */ # define GOST_PARAM_CRYPT_PARAMS 0 # define GOST_PARAM_PBE_PARAMS 1 @@ -243,4 +244,6 @@ int pack_sign_cp(DSA_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 gost_add_obj(const char *oid, const char *sn, const char *ln); + #endif