From 82dccbd72aebd30553e7d529d4e5c7b97e0474ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 14 Mar 2000 14:33:11 +0000 Subject: [PATCH] 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). --- crypto/des/ncbc_enc.c | 5 +++++ 1 file changed, 5 insertions(+) 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. * -- 2.34.1