e_os.h does not belong with the exported headers. Do not put it there
[openssl.git] / util / point.sh
1 #!/bin/sh
2
3 rm -f $2
4 ln -s $1 $2
5 echo "$2 => $1"
6