summaryrefslogtreecommitdiffstats
path: root/crypto/des/ncbc_enc.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-14 14:33:11 +0000
committerBodo Möller <bodo@openssl.org>2000-03-14 14:33:11 +0000
commit82dccbd72aebd30553e7d529d4e5c7b97e0474ce (patch)
tree893482c70672c1469c783a31e7a7c6948d872e31 /crypto/des/ncbc_enc.c
parent448e2f9ba7dc045314b186b859b441a1a0a3b55f (diff)
Insert a comment: This is one of the few files in this directory
that is actually used (even though it may not appear so at first sight).
Diffstat (limited to 'crypto/des/ncbc_enc.c')
-rw-r--r--crypto/des/ncbc_enc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/des/ncbc_enc.c b/crypto/des/ncbc_enc.c
index e0e67a417d..3b681691a9 100644
--- a/crypto/des/ncbc_enc.c
+++ b/crypto/des/ncbc_enc.c
@@ -1,4 +1,9 @@
/* crypto/des/ncbc_enc.c */
+/*
+ * #included by:
+ * cbc_enc.c (des_cbc_encrypt)
+ * des_enc.c (des_ncbc_encrypt)
+ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*