Skip to content

Instantly share code, notes, and snippets.

Created December 25, 2012 17:36
Show Gist options
  • Save anonymous/4374324 to your computer and use it in GitHub Desktop.
Save anonymous/4374324 to your computer and use it in GitHub Desktop.
Warning: Object directory not changed from original /usr/home/iorivur/bhyve/lib/libfetch cc -O2 -pipe -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-stri…
% pwd
/home/iorivur/bhyve/lib/libfetch
% ed common.c
19963
339
conn->ssl_ctx = SSL_CTX_new(conn->ssl_meth);
338
conn->ssl_meth = SSLv23_client_method();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment