diff options
author | beck <> | 2002-05-15 02:29:21 +0000 |
---|---|---|
committer | beck <> | 2002-05-15 02:29:21 +0000 |
commit | b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9 (patch) | |
tree | fa27cf82a1250b64ed3bf5f4a18c7354d470bbcc /src/lib/libcrypto/bn/asm/README | |
parent | e471e1ea98d673597b182ea85f29e30c97cd08b5 (diff) | |
download | openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.gz openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.bz2 openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.zip |
OpenSSL 0.9.7 stable 2002 05 08 merge
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> | ||