summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-05 17:34:36 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-05 17:40:18 +0200
commita33f87422c42e0d44ab080f0305c7ccf430ec4d0 (patch)
tree32edecd5c82cc54b7be66045e681ee5213a9ac19 /ncr-int.h
parent416900e867ce3bc1bd77d576996b618183533293 (diff)
downloadcryptodev-linux-a33f87422c42e0d44ab080f0305c7ccf430ec4d0.tar.gz
cryptodev-linux-a33f87422c42e0d44ab080f0305c7ccf430ec4d0.tar.xz
cryptodev-linux-a33f87422c42e0d44ab080f0305c7ccf430ec4d0.zip
Added flag: NCR_KEY_FLAG_ALLOW_TRANSPARENT_HASH
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-int.h b/ncr-int.h
index c413f84..5f4dced 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -21,7 +21,7 @@ struct ncr_out;
// Not all known algorithms - only for quick internal identification. Note
// that more than one struct algo_properties_st may share the same enum value!
enum ncr_algorithm {
- NCR_ALG_NONE__,
+ NCR_ALG_NONE,
NCR_ALG_NULL,
NCR_ALG_3DES_CBC,