diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2014-11-21 02:05:48 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2014-11-21 02:05:48 +0000 |
| commit | 688fd61ae82483889429492fdd958c18edfd5b4f (patch) | |
| tree | 9eebff29c016aa690ddbb8ca4e33ff42270a0d1c /lib/libmd | |
| parent | 009ad003a20f05d06179b16990f7e78aae17be5e (diff) | |
Notes
Diffstat (limited to 'lib/libmd')
| -rw-r--r-- | lib/libmd/rmd160c.c | 2 | ||||
| -rw-r--r-- | lib/libmd/sha1c.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c index e01f1e048a77..522b4c73d14f 100644 --- a/lib/libmd/rmd160c.c +++ b/lib/libmd/rmd160c.c @@ -75,7 +75,7 @@ __FBSDID("$FreeBSD$"); * The assembly-language code is not position-independent, so don't * try to use it in a shared library. */ -#ifdef PIC +#ifdef __PIC__ #undef RMD160_ASM #endif diff --git a/lib/libmd/sha1c.c b/lib/libmd/sha1c.c index ba3278abfff4..2ca4618e2453 100644 --- a/lib/libmd/sha1c.c +++ b/lib/libmd/sha1c.c @@ -78,7 +78,7 @@ __FBSDID("$FreeBSD$"); * The assembly-language code is not position-independent, so don't * try to use it in a shared library. */ -#ifdef PIC +#ifdef __PIC__ #undef SHA1_ASM #endif |
