From aca75df0c4eed6c8e8199f706f995c24b9a0be5a Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 26 Nov 2024 10:10:03 +0000 Subject: 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 --- src/lib/libcrypto/perlasm/x86asm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 @@ #!/usr/bin/env perl # require 'x86asm.pl'; -# &asm_init(,"des-586.pl"[,$i386only]); +# &asm_init(,"aes-586.pl"[,$x86only]); # &function_begin("foo"); # ... # &function_end("foo"); -- cgit v1.2.3-55-g6feb