fips_canister.c: fix typo.
authorAndy Polyakov <appro@openssl.org>
Tue, 10 May 2011 10:03:23 +0000 (10:03 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 10 May 2011 10:03:23 +0000 (10:03 +0000)
fips/fips_canister.c

index d71b5d5a3d860ec08a981b27f896d884a8e753ae..e4b035780b1465898cc511827328ebf38dc05a5a 100644 (file)
@@ -151,7 +151,7 @@ const void *FIPS_ref_point()
 {
 #if    defined(FIPS_REF_POINT_IS_SAFE_TO_CROSS_COMPILE)
     return (void *)FIPS_ref_point;
-#if    defined(INSTRUCTION_POINTER_IMPLEMENTED)
+#elif  defined(INSTRUCTION_POINTER_IMPLEMENTED)
     return instruction_pointer();
 /* Below we essentially cover vendor compilers which do not support
  * inline assembler... */