Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created January 3, 2012 22:03
Show Gist options
  • Save sarahhodne/1557176 to your computer and use it in GitHub Desktop.
Save sarahhodne/1557176 to your computer and use it in GitHub Desktop.
compiling ossl_x509store.c
ossl_x509store.c: In function ‘ossl_x509store_new’:
ossl_x509store.c:62: warning: ‘X509_STORE_free’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:390)
ossl_x509store.c: In function ‘DupX509StorePtr’:
ossl_x509store.c:83: warning: ‘CRYPTO_add_lock’ is deprecated (declared at /usr/include/openssl/crypto.h:430)
ossl_x509store.c: In function ‘ossl_x509store_alloc’:
ossl_x509store.c:97: warning: ‘X509_STORE_new’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:389)
ossl_x509store.c:100: warning: ‘X509_STORE_free’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:390)
ossl_x509store.c: In function ‘ossl_x509store_set_flags’:
ossl_x509store.c:160: warning: ‘X509_STORE_set_flags’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:392)
ossl_x509store.c: In function ‘ossl_x509store_set_purpose’:
ossl_x509store.c:176: warning: ‘X509_STORE_set_purpose’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:393)
ossl_x509store.c: In function ‘ossl_x509store_set_trust’:
ossl_x509store.c:192: warning: ‘X509_STORE_set_trust’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:394)
ossl_x509store.c: In function ‘ossl_x509store_add_file’:
ossl_x509store.c:219: warning: ‘X509_STORE_add_lookup’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:407)
ossl_x509store.c:219: warning: ‘X509_LOOKUP_file’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:410)
ossl_x509store.c:221: warning: ‘X509_LOOKUP_ctrl’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:419)
ossl_x509store.c: In function ‘ossl_x509store_add_path’:
ossl_x509store.c:240: warning: ‘X509_STORE_add_lookup’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:407)
ossl_x509store.c:240: warning: ‘X509_LOOKUP_hash_dir’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:409)
ossl_x509store.c:242: warning: ‘X509_LOOKUP_ctrl’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:419)
ossl_x509store.c: In function ‘ossl_x509store_set_default_paths’:
ossl_x509store.c:255: warning: ‘X509_STORE_set_default_paths’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:444)
ossl_x509store.c: In function ‘ossl_x509store_add_cert’:
ossl_x509store.c:270: warning: ‘X509_STORE_add_cert’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:412)
ossl_x509store.c: In function ‘ossl_x509store_add_crl’:
ossl_x509store.c:285: warning: ‘X509_STORE_add_crl’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:413)
ossl_x509store.c: In function ‘ossl_x509stctx_free’:
ossl_x509store.c:347: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89)
ossl_x509store.c:350: warning: ‘X509_STORE_CTX_free’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:401)
ossl_x509store.c: In function ‘ossl_x509stctx_alloc’:
ossl_x509store.c:359: warning: ‘X509_STORE_CTX_new’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:397)
ossl_x509store.c: In function ‘ossl_x509stctx_initialize’:
ossl_x509store.c:387: warning: ‘X509_STORE_CTX_init’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:403)
ossl_x509store.c:388: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89)
ossl_x509store.c: In function ‘ossl_x509stctx_verify’:
ossl_x509store.c:412: warning: ‘X509_STORE_CTX_set_ex_data’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:449)
ossl_x509store.c:414: warning: ‘X509_verify_cert’ is deprecated (declared at /usr/include/openssl/x509.h:1241)
ossl_x509store.c: In function ‘ossl_x509stctx_get_chain’:
ossl_x509store.c:429: warning: ‘X509_STORE_CTX_get_chain’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:455)
ossl_x509store.c:432: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81)
ossl_x509store.c:438: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82)
ossl_x509store.c: In function ‘ossl_x509stctx_get_err’:
ossl_x509store.c:452: warning: ‘X509_STORE_CTX_get_error’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:451)
ossl_x509store.c: In function ‘ossl_x509stctx_set_error’:
ossl_x509store.c:461: warning: ‘X509_STORE_CTX_set_error’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:452)
ossl_x509store.c: In function ‘ossl_x509stctx_get_err_string’:
ossl_x509store.c:473: warning: ‘X509_STORE_CTX_get_error’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:451)
ossl_x509store.c:475: warning: ‘X509_verify_cert_error_string’ is deprecated (declared at /usr/include/openssl/x509.h:752)
ossl_x509store.c: In function ‘ossl_x509stctx_get_err_depth’:
ossl_x509store.c:485: warning: ‘X509_STORE_CTX_get_error_depth’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:453)
ossl_x509store.c: In function ‘ossl_x509stctx_get_curr_cert’:
ossl_x509store.c:495: warning: ‘X509_STORE_CTX_get_current_cert’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:454)
ossl_x509store.c: In function ‘ossl_x509stctx_set_flags’:
ossl_x509store.c:520: warning: ‘X509_STORE_CTX_set_flags’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:464)
ossl_x509store.c: In function ‘ossl_x509stctx_set_purpose’:
ossl_x509store.c:532: warning: ‘X509_STORE_CTX_set_purpose’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:460)
ossl_x509store.c: In function ‘ossl_x509stctx_set_trust’:
ossl_x509store.c:544: warning: ‘X509_STORE_CTX_set_trust’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:461)
ossl_x509store.c: In function ‘ossl_x509stctx_set_time’:
ossl_x509store.c:561: warning: ‘X509_STORE_CTX_set_time’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:466)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment