mkdef.pl has erroneous conditions to check if a symbol is excluded
[openssl.git] / util / point.sh
1 #!/bin/sh
2
3 rm -f $2
4 ln -s $1 $2
5 echo "$2 => $1"
6