]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_lcl.h
gost_crypt: Allow templates in GOST_cipher
[openssl-gost/engine.git] / gost_lcl.h
index e926d9a3d4950b982cbfc0dad7ea6261f930dd28..a9cb8b0032b0159517cc9ea1b5129644401ba4a4 100644 (file)
@@ -320,6 +320,7 @@ BIGNUM *gost_get0_priv_key(const EVP_PKEY *pkey);
 
 /* Struct describing cipher and used for init/deinit.*/
 struct gost_cipher_st {
+    struct gost_cipher_st *template; /* template struct */
     int nid;
     EVP_CIPHER *cipher;
     int block_size;     /* (bytes) */