diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-10-19 14:20:36 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-10-19 14:20:36 +0000 |
commit | c359b4394bc930a9c8b87fb86554f3bbd5e69fd5 (patch) | |
tree | 0eede689cfaf622a77422f37c61811893bda9f14 /gl | |
parent | f23b35a6803eac561f0cd34b0e61d0e7e80acda7 (diff) | |
download | gnutls-c359b4394bc930a9c8b87fb86554f3bbd5e69fd5.tar.gz |
Add ecb.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/gc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ typedef enum Gc_cipher Gc_cipher; enum Gc_cipher_mode { + GC_ECB, GC_CBC, GC_STREAM }; |