* ccsha1.h
* corecrypto
*
- * Created by Michael Brouwer on 12/1/10.
- * Copyright 2010,2011 Apple Inc. All rights reserved.
+ * Created on 12/01/2010
+ *
+ * Copyright (c) 2010,2011,2012,2014,2015 Apple Inc. All rights reserved.
*
*/
extern const struct ccdigest_info ccsha1_ltc_di;
extern const struct ccdigest_info ccsha1_eay_di;
-#if CCSHA1_VNG_INTEL
+#if !defined(__NO_ASM__) && CCSHA1_VNG_INTEL
//extern const struct ccdigest_info ccsha1_vng_intel_di;
extern const struct ccdigest_info ccsha1_vng_intel_SupplementalSSE3_di;
extern const struct ccdigest_info ccsha1_vng_intel_NOSupplementalSSE3_di;
#endif
-#if CCSHA1_VNG_ARMV7NEON
+#if !defined(__NO_ASM__) && CCSHA1_VNG_ARMV7NEON
extern const struct ccdigest_info ccsha1_vng_armv7neon_di;
#endif