Rich Salz | b132225 | 2016-05-17 14:52:22 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 3 | * |
Rich Salz | b132225 | 2016-05-17 14:52:22 -0400 | [diff] [blame] | 4 | * Licensed under the OpenSSL license (the "License"). You may not use |
| 5 | * this file except in compliance with the License. You can obtain a copy |
| 6 | * in the file LICENSE in the source distribution or at |
| 7 | * https://www.openssl.org/source/license.html |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 8 | */ |
| 9 | |
Dr. Stephen Henson | d749e10 | 2011-02-16 14:40:06 +0000 | [diff] [blame] | 10 | #include <openssl/crypto.h> |
Andy Polyakov | 165fca5 | 2005-05-31 16:36:27 +0000 | [diff] [blame] | 11 | #include <openssl/opensslconf.h> |
Andy Polyakov | 7f7c318 | 1999-09-05 12:42:04 +0000 | [diff] [blame] | 12 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 13 | # include <openssl/opensslv.h> |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 14 | |
Ulf Möller | 38e33ce | 2000-01-27 19:31:26 +0000 | [diff] [blame] | 15 | /* The implementation is in ../md32_common.h */ |
| 16 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 17 | # include "sha_locl.h" |