summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
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,