]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_lcl.h
Don't forget to remove some temporary files
[openssl-gost/engine.git] / gost_lcl.h
index b89c453f4ae94303d47b84cd1c9e9582def06ed5..846f733fe8cc108d7ed19e66cf6941cb171058e0 100644 (file)
@@ -18,6 +18,7 @@
 # include <openssl/ec.h>
 # 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