diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/des/supp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/des/supp.c b/lib/libcrypto/des/supp.c index 8c570c25869..7afea886a93 100644 --- a/lib/libcrypto/des/supp.c +++ b/lib/libcrypto/des/supp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: supp.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */ /* crypto/des/supp.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -87,7 +88,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: supp.c,v 1.2 1999/09/29 04:36:01 beck Exp $ */ #include <stdio.h> |