diff options
Diffstat (limited to 'src/lib/libcrypto/bn/asm/README')
-rw-r--r-- | src/lib/libcrypto/bn/asm/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bn/asm/README b/src/lib/libcrypto/bn/asm/README index a0fe58a677..b0f3a68a06 100644 --- a/src/lib/libcrypto/bn/asm/README +++ b/src/lib/libcrypto/bn/asm/README | |||
@@ -1,3 +1,5 @@ | |||
1 | <OBSOLETE> | ||
2 | |||
1 | All assember in this directory are just version of the file | 3 | All assember in this directory are just version of the file |
2 | crypto/bn/bn_asm.c. | 4 | crypto/bn/bn_asm.c. |
3 | 5 | ||
@@ -21,3 +23,5 @@ pa-risc.s is the origional one which works fine and generated using gcc :-) | |||
21 | 23 | ||
22 | pa-risc2W.s and pa-risc2.s are 64 and 32-bit PA-RISC 2.0 implementations | 24 | pa-risc2W.s and pa-risc2.s are 64 and 32-bit PA-RISC 2.0 implementations |
23 | by Chris Ruemmler from HP (with some help from the HP C compiler). | 25 | by Chris Ruemmler from HP (with some help from the HP C compiler). |
26 | |||
27 | </OBSOLETE> | ||