diff options
author | tb <> | 2024-11-26 10:10:03 +0000 |
---|---|---|
committer | tb <> | 2024-11-26 10:10:03 +0000 |
commit | aca75df0c4eed6c8e8199f706f995c24b9a0be5a (patch) | |
tree | d5fbebb9c91cf768223830cbf6dcf2488c7c68e0 /src | |
parent | 05a50d0f2fa123333e4c07cc68de4816f3194f55 (diff) | |
download | openbsd-aca75df0c4eed6c8e8199f706f995c24b9a0be5a.tar.gz openbsd-aca75df0c4eed6c8e8199f706f995c24b9a0be5a.tar.bz2 openbsd-aca75df0c4eed6c8e8199f706f995c24b9a0be5a.zip |
Make a comment match reality better
$i386only never existed, it should be $x86only. Replace des asm file
example with an aes one since we're firmly in the third millenium.
ok sthen
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/perlasm/x86asm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/perlasm/x86asm.pl b/src/lib/libcrypto/perlasm/x86asm.pl index e039382e00..7e72707684 100644 --- a/src/lib/libcrypto/perlasm/x86asm.pl +++ b/src/lib/libcrypto/perlasm/x86asm.pl | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/usr/bin/env perl | 1 | #!/usr/bin/env perl |
2 | 2 | ||
3 | # require 'x86asm.pl'; | 3 | # require 'x86asm.pl'; |
4 | # &asm_init(<flavor>,"des-586.pl"[,$i386only]); | 4 | # &asm_init(<flavor>,"aes-586.pl"[,$x86only]); |
5 | # &function_begin("foo"); | 5 | # &function_begin("foo"); |
6 | # ... | 6 | # ... |
7 | # &function_end("foo"); | 7 | # &function_end("foo"); |