You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.0 KiB

  1. --- a/src/network_inspectors/appid/appid_inspector.cc
  2. +++ b/src/network_inspectors/appid/appid_inspector.cc
  3. @@ -66,7 +66,6 @@ static THREAD_LOCAL PacketTracer::Tracer
  4. // should probably be done outside of appid
  5. static void openssl_cleanup()
  6. {
  7. - CRYPTO_cleanup_all_ex_data();
  8. }
  9. static void add_appid_to_packet_trace(Flow& flow, const OdpContext& odp_context)
  10. --- a/src/utils/util.cc
  11. +++ b/src/utils/util.cc
  12. @@ -111,7 +111,7 @@ int DisplayBanner()
  13. LogMessage(" Copyright (C) 1998-2013 Sourcefire, Inc., et al.\n");
  14. LogMessage(" Using DAQ version %s\n", daq_version_string());
  15. LogMessage(" Using LuaJIT version %s\n", ljv);
  16. - LogMessage(" Using %s\n", SSLeay_version(SSLEAY_VERSION));
  17. + LogMessage(" Using %s\n", OpenSSL_version(SSLEAY_VERSION));
  18. LogMessage(" Using %s\n", pcap_lib_version());
  19. LogMessage(" Using PCRE version %s\n", pcre_version());
  20. LogMessage(" Using ZLIB version %s\n", zlib_version);