Add curl-7.83.0 sysc rebuild

Adds ssl support.
This commit is contained in:
fosslinux 2022-05-12 18:20:21 +10:00
parent 060f44e5a5
commit 01129d20c2
4 changed files with 61 additions and 1 deletions

View file

@ -0,0 +1,4 @@
my $pi = 3.1415;
foreach my $i (1 .. 200) {
printf "%d, ", sin($i/200 * 2 * $pi) * 500000 + 500000;
}