artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d49b38c
)
Add RCSID
author
tb
<tb@openbsd.org>
Sat, 25 Mar 2023 11:03:45 +0000
(11:03 +0000)
committer
tb
<tb@openbsd.org>
Sat, 25 Mar 2023 11:03:45 +0000
(11:03 +0000)
lib/libcrypto/bn/bn_prime.pl
patch
|
blob
|
history
diff --git
a/lib/libcrypto/bn/bn_prime.pl
b/lib/libcrypto/bn/bn_prime.pl
index
4692e7f
..
624aa1c
100644
(file)
--- a/
lib/libcrypto/bn/bn_prime.pl
+++ b/
lib/libcrypto/bn/bn_prime.pl
@@
-1,5
+1,5
@@
#!/bin/perl
-#
bn_prime.pl
+#
$OpenBSD: bn_prime.pl,v 1.8 2023/03/25 11:03:45 tb Exp $
$num=2048;
$num=$ARGV[0] if ($#ARGV >= 0);