]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_grasshopper_cipher.h
Update INSTALL.md
[openssl-gost/engine.git] / gost_grasshopper_cipher.h
index 31dc0210e1e57f488e798be6ca7a375672366ed6..8d32dfa8528f95208c21c97d0fe9027e805fd60e 100644 (file)
@@ -25,11 +25,6 @@ typedef struct {
     grasshopper_w128_t buffer;
 } gost_grasshopper_cipher_ctx;
 
-typedef struct {
-    gost_grasshopper_cipher_ctx c;
-    grasshopper_w128_t buffer1;
-} gost_grasshopper_cipher_ctx_ofb;
-
 typedef struct {
     gost_grasshopper_cipher_ctx c;
     grasshopper_w128_t partial_buffer;