Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
ssldump
ssldump-0.9b3-newssl.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ssldump-0.9b3-newssl.patch of Package ssldump
--- ssl/ssldecode.c +++ ssl/ssldecode.c 2007/06/05 08:50:14 @@ -51,6 +51,7 @@ #include <openssl/ssl.h> #include <openssl/hmac.h> #include <openssl/evp.h> +#include <openssl/md5.h> #include <openssl/x509v3.h> #endif #include "ssldecode.h" @@ -131,7 +132,8 @@ ssl_decode_ctx *d=0; int r,_status; - SSLeay_add_all_algorithms(); + SSL_library_init(); + OpenSSL_add_all_algorithms(); if(!(d=(ssl_decode_ctx *)malloc(sizeof(ssl_decode_ctx)))) ABORT(R_NO_MEMORY); if(!(d->ssl_ctx=SSL_CTX_new(SSLv23_server_method())))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor