Loading crypto/bn/bn_nist.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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); 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) #if defined(OPENSSL_SYS_VMS) && defined(__DECC) # pragma save # pragma message save # pragma message disable BADSUBSCRIPT # pragma message disable BADSUBSCRIPT #endif #endif Loading @@ -296,7 +296,7 @@ int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, ++carry; ++carry; #if defined(OPENSSL_SYS_VMS) && defined(__DECC) #if defined(OPENSSL_SYS_VMS) && defined(__DECC) # pragma restore # pragma message restore #endif #endif nist_set_192(t_d, buf, 5, 5, 5) nist_set_192(t_d, buf, 5, 5, 5) Loading Loading
crypto/bn/bn_nist.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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); 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) #if defined(OPENSSL_SYS_VMS) && defined(__DECC) # pragma save # pragma message save # pragma message disable BADSUBSCRIPT # pragma message disable BADSUBSCRIPT #endif #endif Loading @@ -296,7 +296,7 @@ int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, ++carry; ++carry; #if defined(OPENSSL_SYS_VMS) && defined(__DECC) #if defined(OPENSSL_SYS_VMS) && defined(__DECC) # pragma restore # pragma message restore #endif #endif nist_set_192(t_d, buf, 5, 5, 5) nist_set_192(t_d, buf, 5, 5, 5) Loading