Skip to content

Instantly share code, notes, and snippets.

@madssj
Created September 29, 2015 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madssj/d640f274c3d87560b229 to your computer and use it in GitHub Desktop.
Save madssj/d640f274c3d87560b229 to your computer and use it in GitHub Desktop.
#include <openssl/ssl.h>
int main(int argc, char **argv) {
return 0;
}
@madssj
Copy link
Author

madssj commented Sep 29, 2015

Fails on OS X 10.11 as expected, because apple has removed openssl from the base system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment