diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/asynctest.c | 1 | ||||
-rw-r--r-- | test/bftest.c | 1 | ||||
-rw-r--r-- | test/bntest.c | 1 | ||||
-rw-r--r-- | test/casttest.c | 1 | ||||
-rw-r--r-- | test/constant_time_test.c | 1 | ||||
-rw-r--r-- | test/danetest.c | 1 | ||||
-rw-r--r-- | test/destest.c | 1 | ||||
-rw-r--r-- | test/dhtest.c | 1 | ||||
-rw-r--r-- | test/dsatest.c | 1 | ||||
-rw-r--r-- | test/ecdhtest.c | 1 | ||||
-rw-r--r-- | test/ecdsatest.c | 1 | ||||
-rw-r--r-- | test/ectest.c | 1 | ||||
-rw-r--r-- | test/enginetest.c | 1 | ||||
-rw-r--r-- | test/evp_test.c | 1 | ||||
-rw-r--r-- | test/exptest.c | 1 | ||||
-rw-r--r-- | test/heartbeat_test.c | 1 | ||||
-rw-r--r-- | test/hmactest.c | 1 | ||||
-rw-r--r-- | test/ideatest.c | 1 | ||||
-rw-r--r-- | test/igetest.c | 1 | ||||
-rw-r--r-- | test/md2test.c | 1 | ||||
-rw-r--r-- | test/md4test.c | 1 | ||||
-rw-r--r-- | test/md5test.c | 1 | ||||
-rw-r--r-- | test/mdc2test.c | 1 | ||||
-rw-r--r-- | test/methtest.c | 1 | ||||
-rw-r--r-- | test/packettest.c | 1 | ||||
-rw-r--r-- | test/r160test.c | 1 | ||||
-rw-r--r-- | test/randtest.c | 1 | ||||
-rw-r--r-- | test/rc2test.c | 1 | ||||
-rw-r--r-- | test/rc4test.c | 1 | ||||
-rw-r--r-- | test/rc5test.c | 1 | ||||
-rw-r--r-- | test/rmdtest.c | 1 | ||||
-rw-r--r-- | test/sha1test.c | 1 | ||||
-rw-r--r-- | test/sha256t.c | 1 | ||||
-rw-r--r-- | test/sha512t.c | 1 | ||||
-rw-r--r-- | test/ssltest.c | 1 | ||||
-rw-r--r-- | test/testutil.c | 1 | ||||
-rw-r--r-- | test/testutil.h | 1 |
37 files changed, 0 insertions, 37 deletions
diff --git a/test/asynctest.c b/test/asynctest.c index ace52b93e4..1068e8c3b2 100644 --- a/test/asynctest.c +++ b/test/asynctest.c @@ -1,4 +1,3 @@ -/* test/asynctest.c */ /* * Written by Matt Caswell for the OpenSSL project. */ diff --git a/test/bftest.c b/test/bftest.c index b19ab8e08c..657ae90c34 100644 --- a/test/bftest.c +++ b/test/bftest.c @@ -1,4 +1,3 @@ -/* crypto/bf/bftest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/bntest.c b/test/bntest.c index 0d9452f2bb..6b62c05050 100644 --- a/test/bntest.c +++ b/test/bntest.c @@ -1,4 +1,3 @@ -/* crypto/bn/bntest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/casttest.c b/test/casttest.c index 8063b9c2e1..79472d83e3 100644 --- a/test/casttest.c +++ b/test/casttest.c @@ -1,4 +1,3 @@ -/* crypto/cast/casttest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/constant_time_test.c b/test/constant_time_test.c index 06916ff787..faadcb79b5 100644 --- a/test/constant_time_test.c +++ b/test/constant_time_test.c @@ -1,4 +1,3 @@ -/* crypto/constant_time_test.c */ /*- * Utilities for constant-time cryptography. * diff --git a/test/danetest.c b/test/danetest.c index 09156a6991..636f629617 100644 --- a/test/danetest.c +++ b/test/danetest.c @@ -1,4 +1,3 @@ -/* danetest.c */ /* ==================================================================== * Copyright (c) 2015 The OpenSSL Project. All rights reserved. * diff --git a/test/destest.c b/test/destest.c index 406e6de7bc..5e4552c8a6 100644 --- a/test/destest.c +++ b/test/destest.c @@ -1,4 +1,3 @@ -/* crypto/des/destest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/dhtest.c b/test/dhtest.c index 93a866c05f..36bac32c15 100644 --- a/test/dhtest.c +++ b/test/dhtest.c @@ -1,4 +1,3 @@ -/* crypto/dh/dhtest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/dsatest.c b/test/dsatest.c index 1f2c259fee..426e443bbc 100644 --- a/test/dsatest.c +++ b/test/dsatest.c @@ -1,4 +1,3 @@ -/* crypto/dsa/dsatest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/ecdhtest.c b/test/ecdhtest.c index 8be4e50094..636be3ee9d 100644 --- a/test/ecdhtest.c +++ b/test/ecdhtest.c @@ -1,4 +1,3 @@ -/* crypto/ecdh/ecdhtest.c */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * diff --git a/test/ecdsatest.c b/test/ecdsatest.c index 5a27a38a9a..d098355be6 100644 --- a/test/ecdsatest.c +++ b/test/ecdsatest.c @@ -1,4 +1,3 @@ -/* crypto/ecdsa/ecdsatest.c */ /* * Written by Nils Larsch for the OpenSSL project. */ diff --git a/test/ectest.c b/test/ectest.c index fbf5081f89..a8d0b55bf4 100644 --- a/test/ectest.c +++ b/test/ectest.c @@ -1,4 +1,3 @@ -/* crypto/ec/ectest.c */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ diff --git a/test/enginetest.c b/test/enginetest.c index 32df0e45fc..886bf68dae 100644 --- a/test/enginetest.c +++ b/test/enginetest.c @@ -1,4 +1,3 @@ -/* crypto/engine/enginetest.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. diff --git a/test/evp_test.c b/test/evp_test.c index bc3e6dd97c..326ed0d153 100644 --- a/test/evp_test.c +++ b/test/evp_test.c @@ -1,4 +1,3 @@ -/* evp_test.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/test/exptest.c b/test/exptest.c index 5fdcc3800e..7a155f957d 100644 --- a/test/exptest.c +++ b/test/exptest.c @@ -1,4 +1,3 @@ -/* crypto/bn/exptest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/heartbeat_test.c b/test/heartbeat_test.c index 2fa82e3169..137aa9b2c6 100644 --- a/test/heartbeat_test.c +++ b/test/heartbeat_test.c @@ -1,4 +1,3 @@ -/* test/heartbeat_test.c */ /*- * Unit test for TLS heartbeats. * diff --git a/test/hmactest.c b/test/hmactest.c index 9fb12ad3da..47799093bf 100644 --- a/test/hmactest.c +++ b/test/hmactest.c @@ -1,4 +1,3 @@ -/* crypto/hmac/hmactest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/ideatest.c b/test/ideatest.c index b522013e80..7418a17fa1 100644 --- a/test/ideatest.c +++ b/test/ideatest.c @@ -1,4 +1,3 @@ -/* crypto/idea/ideatest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/igetest.c b/test/igetest.c index 9c8d03c2da..aca8f85938 100644 --- a/test/igetest.c +++ b/test/igetest.c @@ -1,4 +1,3 @@ -/* test/igetest.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/test/md2test.c b/test/md2test.c index 49a8a9bc78..b416735251 100644 --- a/test/md2test.c +++ b/test/md2test.c @@ -1,4 +1,3 @@ -/* crypto/md2/md2test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/md4test.c b/test/md4test.c index 9c82eb07f8..d7168a1f29 100644 --- a/test/md4test.c +++ b/test/md4test.c @@ -1,4 +1,3 @@ -/* crypto/md4/md4test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/md5test.c b/test/md5test.c index 3016ee39d5..35aebf626e 100644 --- a/test/md5test.c +++ b/test/md5test.c @@ -1,4 +1,3 @@ -/* crypto/md5/md5test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/mdc2test.c b/test/mdc2test.c index 938a3c13b7..d1fe049ab6 100644 --- a/test/mdc2test.c +++ b/test/mdc2test.c @@ -1,4 +1,3 @@ -/* crypto/mdc2/mdc2test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/methtest.c b/test/methtest.c index de66c1063b..adfb244faf 100644 --- a/test/methtest.c +++ b/test/methtest.c @@ -1,4 +1,3 @@ -/* test/methtest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/packettest.c b/test/packettest.c index ac360f59bd..bec780f5bf 100644 --- a/test/packettest.c +++ b/test/packettest.c @@ -1,4 +1,3 @@ -/* test/packettest.c */ /* * Written by Matt Caswell for the OpenSSL project. */ diff --git a/test/r160test.c b/test/r160test.c index 548fa52045..b99fa3a3c5 100644 --- a/test/r160test.c +++ b/test/r160test.c @@ -1,4 +1,3 @@ -/* test/r160test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/randtest.c b/test/randtest.c index 67acf700ee..69f3fd4b8e 100644 --- a/test/randtest.c +++ b/test/randtest.c @@ -1,4 +1,3 @@ -/* crypto/rand/randtest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/rc2test.c b/test/rc2test.c index ae57e56d39..5cfbac9d62 100644 --- a/test/rc2test.c +++ b/test/rc2test.c @@ -1,4 +1,3 @@ -/* crypto/rc2/rc2test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/rc4test.c b/test/rc4test.c index a8e5a8e31b..68f1641180 100644 --- a/test/rc4test.c +++ b/test/rc4test.c @@ -1,4 +1,3 @@ -/* crypto/rc4/rc4test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/rc5test.c b/test/rc5test.c index 5ed4d21105..bb66154e25 100644 --- a/test/rc5test.c +++ b/test/rc5test.c @@ -1,4 +1,3 @@ -/* crypto/rc5/rc5test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/rmdtest.c b/test/rmdtest.c index b0ebb12c27..867a20eaae 100644 --- a/test/rmdtest.c +++ b/test/rmdtest.c @@ -1,4 +1,3 @@ -/* crypto/ripemd/rmdtest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/sha1test.c b/test/sha1test.c index 8cba4b22fd..903d786ba6 100644 --- a/test/sha1test.c +++ b/test/sha1test.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha1test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/sha256t.c b/test/sha256t.c index 2ff9ed2a71..d88c805bdb 100644 --- a/test/sha256t.c +++ b/test/sha256t.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha256t.c */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved. * ==================================================================== diff --git a/test/sha512t.c b/test/sha512t.c index e1f30de2ce..714fed62cb 100644 --- a/test/sha512t.c +++ b/test/sha512t.c @@ -1,4 +1,3 @@ -/* crypto/sha/sha512t.c */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved. * ==================================================================== diff --git a/test/ssltest.c b/test/ssltest.c index cccab51f8f..8451a9e176 100644 --- a/test/ssltest.c +++ b/test/ssltest.c @@ -1,4 +1,3 @@ -/* ssl/ssltest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/test/testutil.c b/test/testutil.c index 70087d3ef0..de5598cb28 100644 --- a/test/testutil.c +++ b/test/testutil.c @@ -1,4 +1,3 @@ -/* test/testutil.c */ /*- * Utilities for writing OpenSSL unit tests. * diff --git a/test/testutil.h b/test/testutil.h index ea38397c91..3a4429234e 100644 --- a/test/testutil.h +++ b/test/testutil.h @@ -1,4 +1,3 @@ -/* test/testutil.h */ /*- * Utilities for writing OpenSSL unit tests. * |