diff options
Diffstat (limited to 'crypto/sha')
-rw-r--r-- | crypto/sha/sha1_one.c | 1 | ||||
-rw-r--r-- | crypto/sha/sha1dgst.c | 1 | ||||
-rw-r--r-- | crypto/sha/sha256.c | 1 | ||||
-rw-r--r-- | crypto/sha/sha512.c | 1 | ||||
-rw-r--r-- | crypto/sha/sha_locl.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/crypto/sha/sha1_one.c b/crypto/sha/sha1_one.c index 4a59115664..32ec6f184c 100644 --- a/crypto/sha/sha1_one.c +++ b/crypto/sha/sha1_one.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha1_one.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index a6c63382bb..fb8e866191 100644 --- a/crypto/sha/sha1dgst.c +++ b/crypto/sha/sha1dgst.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha1dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/sha/sha256.c b/crypto/sha/sha256.c index 096981b1a5..b30df223e8 100644 --- a/crypto/sha/sha256.c +++ b/crypto/sha/sha256.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha256.c */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved * according to the OpenSSL license [found in ../../LICENSE]. diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c index 427cdf5ea0..2c8954f1c3 100644 --- a/crypto/sha/sha512.c +++ b/crypto/sha/sha512.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha512.c */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved * according to the OpenSSL license [found in ../../LICENSE]. diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h index d3c6c37b43..ae447ff3bc 100644 --- a/crypto/sha/sha_locl.h +++ b/crypto/sha/sha_locl.h @@ -1,4 +1,3 @@ -/* crypto/sha/sha_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * |