]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add ecb.
authorSimon Josefsson <simon@josefsson.org>
Wed, 19 Oct 2005 14:20:36 +0000 (14:20 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 19 Oct 2005 14:20:36 +0000 (14:20 +0000)
gl/gc.h

diff --git a/gl/gc.h b/gl/gc.h
index 70143bc10267d08f1cdc2752d6538ecff1cf4c9b..b13e1a479d1c89b6ea7c6de26739aa7185f99226 100644 (file)
--- a/gl/gc.h
+++ b/gl/gc.h
@@ -77,6 +77,7 @@ typedef enum Gc_cipher Gc_cipher;
 
 enum Gc_cipher_mode
 {
+  GC_ECB,
   GC_CBC,
   GC_STREAM
 };