Fix sha256_armv4.h header guard

pull/840/head
Jeffrey Walton 2019-05-19 05:44:48 -04:00
parent 47b96311c7
commit 223677e470
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
/* Also see http://www.openssl.org/~appro/cryptogams/ */
/* https://wiki.openssl.org/index.php/Cryptogams_SHA. */
#ifndef CRYPTOGAMS_SHA1_ARMV4_H
#define CRYPTOGAMS_SHA1_ARMV4_H
#ifndef CRYPTOGAMS_SHA256_ARMV4_H
#define CRYPTOGAMS_SHA256_ARMV4_H
#ifdef __cplusplus
extern "C" {
@ -18,4 +18,4 @@ void sha256_block_data_order(void *state, const void *data, size_t blocks);
}
#endif
#endif /* CRYPTOGAMS_SHA1_ARMV4_H */
#endif /* CRYPTOGAMS_SHA256_ARMV4_H */