aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_nist.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-05-29 12:11:50 +0000
committerRichard Levitte <levitte@openssl.org>2005-05-29 12:11:50 +0000
commit9426364be904d3541e845c23c7b9f86cd4498380 (patch)
tree5e3dace3078a522a75a0a7db54a294d1f5419a10 /crypto/bn/bn_nist.c
parent429168e7eecdb0b965db5ea445727a7e4cb37380 (diff)
downloadopenssl-9426364be904d3541e845c23c7b9f86cd4498380.zip
openssl-9426364be904d3541e845c23c7b9f86cd4498380.tar.gz
openssl-9426364be904d3541e845c23c7b9f86cd4498380.tar.bz2
Typo
Diffstat (limited to 'crypto/bn/bn_nist.c')
-rw-r--r--crypto/bn/bn_nist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/bn_nist.c b/crypto/bn/bn_nist.c
index b42ad01..faf0e34 100644
--- a/crypto/bn/bn_nist.c
+++ b/crypto/bn/bn_nist.c
@@ -283,7 +283,7 @@ int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field,
nist_cp_bn_0(buf, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, BN_NIST_192_TOP);
#if defined(OPENSSL_SYS_VMS) && defined(__DECC)
-# pragma save
+# pragma message save
# pragma message disable BADSUBSCRIPT
#endif
@@ -296,7 +296,7 @@ int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field,
++carry;
#if defined(OPENSSL_SYS_VMS) && defined(__DECC)
-# pragma restore
+# pragma message restore
#endif
nist_set_192(t_d, buf, 5, 5, 5)