diff options
Diffstat (limited to 'crypto/aes')
-rw-r--r-- | crypto/aes/aes_cbc.c | 1 | ||||
-rw-r--r-- | crypto/aes/aes_cfb.c | 1 | ||||
-rw-r--r-- | crypto/aes/aes_core.c | 1 | ||||
-rw-r--r-- | crypto/aes/aes_ecb.c | 1 | ||||
-rw-r--r-- | crypto/aes/aes_ige.c | 1 | ||||
-rw-r--r-- | crypto/aes/aes_locl.h | 1 | ||||
-rw-r--r-- | crypto/aes/aes_misc.c | 1 | ||||
-rw-r--r-- | crypto/aes/aes_ofb.c | 1 | ||||
-rw-r--r-- | crypto/aes/aes_wrap.c | 1 | ||||
-rw-r--r-- | crypto/aes/aes_x86core.c | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/crypto/aes/aes_cbc.c b/crypto/aes/aes_cbc.c index 805d0e260a..826de68af8 100644 --- a/crypto/aes/aes_cbc.c +++ b/crypto/aes/aes_cbc.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_cbc.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_cfb.c b/crypto/aes/aes_cfb.c index 1225000963..3962c3e921 100644 --- a/crypto/aes/aes_cfb.c +++ b/crypto/aes/aes_cfb.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_cfb.c */ /* ==================================================================== * Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_core.c b/crypto/aes/aes_core.c index 20c545ec25..326cc569ca 100644 --- a/crypto/aes/aes_core.c +++ b/crypto/aes/aes_core.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_core.c */ /** * rijndael-alg-fst.c * diff --git a/crypto/aes/aes_ecb.c b/crypto/aes/aes_ecb.c index 52151a5c70..61cb0e7358 100644 --- a/crypto/aes/aes_ecb.c +++ b/crypto/aes/aes_ecb.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_ecb.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_ige.c b/crypto/aes/aes_ige.c index b3ff982202..f8f4ba5775 100644 --- a/crypto/aes/aes_ige.c +++ b/crypto/aes/aes_ige.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_ige.c */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_locl.h b/crypto/aes/aes_locl.h index 7acd74ec16..7ab2d19eb0 100644 --- a/crypto/aes/aes_locl.h +++ b/crypto/aes/aes_locl.h @@ -1,4 +1,3 @@ -/* crypto/aes/aes.h */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_misc.c b/crypto/aes/aes_misc.c index 5af36d5f08..ca84a6cc33 100644 --- a/crypto/aes/aes_misc.c +++ b/crypto/aes/aes_misc.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_misc.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_ofb.c b/crypto/aes/aes_ofb.c index 64a08caaec..bc240383a8 100644 --- a/crypto/aes/aes_ofb.c +++ b/crypto/aes/aes_ofb.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_ofb.c */ /* ==================================================================== * Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. * diff --git a/crypto/aes/aes_wrap.c b/crypto/aes/aes_wrap.c index b370a4f9a0..c9cd3d3f2b 100644 --- a/crypto/aes/aes_wrap.c +++ b/crypto/aes/aes_wrap.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_wrap.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/aes/aes_x86core.c b/crypto/aes/aes_x86core.c index b5dd697677..400884aff5 100644 --- a/crypto/aes/aes_x86core.c +++ b/crypto/aes/aes_x86core.c @@ -1,4 +1,3 @@ -/* crypto/aes/aes_core.c */ /** * rijndael-alg-fst.c * |