Skip to content

Instantly share code, notes, and snippets.

@jvehent
Created March 3, 2014 12:35
Show Gist options
  • Save jvehent/9324063 to your computer and use it in GitHub Desktop.
Save jvehent/9324063 to your computer and use it in GitHub Desktop.
#!/bin/sh
export STATICLIBSSL="/tmp/staticlibssl"
rm -rf "$STATICLIBSSL"
mkdir "$STATICLIBSSL"
make clean
./config --prefix=$STATICLIBSSL no-shared enable-ec_nistp_64_gcc_128
make depend
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment