Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 630142
Collapse All | Expand All

(-)a/spice-common/common/ssl_verify.c (-1 / +1 lines)
Lines 33-39 Link Here
33
#include <string.h>
33
#include <string.h>
34
#include <gio/gio.h>
34
#include <gio/gio.h>
35
35
36
#if OPENSSL_VERSION_NUMBER < 0x10100000
36
#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined (LIBRESSL_VERSION_NUMBER)
37
static const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *asn1)
37
static const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *asn1)
38
{
38
{
39
    return M_ASN1_STRING_data(asn1);
39
    return M_ASN1_STRING_data(asn1);

Return to bug 630142