summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn/asm')
-rw-r--r--src/lib/libcrypto/bn/asm/parisc-mont.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libcrypto/bn/asm/parisc-mont.pl b/src/lib/libcrypto/bn/asm/parisc-mont.pl
index c02ef6f014..c38cebd156 100644
--- a/src/lib/libcrypto/bn/asm/parisc-mont.pl
+++ b/src/lib/libcrypto/bn/asm/parisc-mont.pl
@@ -87,16 +87,6 @@ if ($flavour =~ /64/) {
87 $POP ="ldw"; 87 $POP ="ldw";
88 $POPMB ="ldwm"; 88 $POPMB ="ldwm";
89 $BN_SZ =$SIZE_T; 89 $BN_SZ =$SIZE_T;
90 if (open CONF,"<${dir}../../opensslconf.h") {
91 while(<CONF>) {
92 if (m/#\s*define\s+SIXTY_FOUR_BIT/) {
93 $BN_SZ=8;
94 $LEVEL="2.0";
95 last;
96 }
97 }
98 close CONF;
99 }
100} 90}
101 91
102$FRAME=8*$SIZE_T+$FRAME_MARKER; # 8 saved regs + frame marker 92$FRAME=8*$SIZE_T+$FRAME_MARKER; # 8 saved regs + frame marker