use __APPLE__ instead of __Darwin__

This commit is contained in:
Russ Cox 2007-01-12 17:27:18 +00:00
parent 6ebf0a517b
commit 50eb08d17f
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
.text
.p2align 2,0x90
#ifdef __Darwin__
#ifdef __APPLE__
.globl __md5block
__md5block:
#else

View File

@ -1,7 +1,7 @@
.text
.p2align 2,0x90
#ifdef __Darwin__
#ifdef __APPLE__
.globl __sha1block
__sha1block:
#else