Cleanup Cryptogams defines

pull/853/head
Jeffrey Walton 2019-05-20 16:39:26 -04:00
parent 00155d42cc
commit 5c7c092336
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@
# if defined(__GNUC__) && !defined(__clang__) # if defined(__GNUC__) && !defined(__clang__)
# define CRYPTOGAMS_ARM_AES 1 # define CRYPTOGAMS_ARM_AES 1
# endif # endif
# if defined(__GNUC__) # if defined(__GNUC__) || defined(__clang__)
# define CRYPTOGAMS_ARM_SHA1 1 # define CRYPTOGAMS_ARM_SHA1 1
# define CRYPTOGAMS_ARM_SHA256 1 # define CRYPTOGAMS_ARM_SHA256 1
# define CRYPTOGAMS_ARM_SHA512 1 # define CRYPTOGAMS_ARM_SHA512 1