From: Bodo Möller Date: Tue, 14 Mar 2000 14:33:11 +0000 (+0000) Subject: Insert a comment: This is one of the few files in this directory X-Git-Tag: OpenSSL_0_9_5a-beta1~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=82dccbd72aebd30553e7d529d4e5c7b97e0474ce;p=oweals%2Fopenssl.git 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). --- 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. *