diff options
| author | deraadt <> | 2014-06-11 01:53:03 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-06-11 01:53:03 +0000 |
| commit | 3cfd4331825dbf02b7beeac7702b6022af4b0587 (patch) | |
| tree | 6cc21580a674da47d9eee75daf6a7a08dfba038b /src/lib/libcrypto/evp | |
| parent | 55ed5205d1e057f357669329efa75076cca2bd34 (diff) | |
| download | openbsd-3cfd4331825dbf02b7beeac7702b6022af4b0587.tar.gz openbsd-3cfd4331825dbf02b7beeac7702b6022af4b0587.tar.bz2 openbsd-3cfd4331825dbf02b7beeac7702b6022af4b0587.zip | |
c-file-style hints, begone; ok beck
Diffstat (limited to 'src/lib/libcrypto/evp')
| -rw-r--r-- | src/lib/libcrypto/evp/e_camellia.c | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/evp/e_old.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/e_camellia.c b/src/lib/libcrypto/evp/e_camellia.c index 377d121b89..91cce9c613 100644 --- a/src/lib/libcrypto/evp/e_camellia.c +++ b/src/lib/libcrypto/evp/e_camellia.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/evp/e_camellia.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/evp/e_camellia.c */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
diff --git a/src/lib/libcrypto/evp/e_old.c b/src/lib/libcrypto/evp/e_old.c index c84bc29bf6..c41b21a00e 100644 --- a/src/lib/libcrypto/evp/e_old.c +++ b/src/lib/libcrypto/evp/e_old.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/evp/e_old.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/evp/e_old.c */ |
| 2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL | 2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL |
| 3 | * project 2004. | 3 | * project 2004. |
| 4 | */ | 4 | */ |
