Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
malmaud committed Aug 31, 2015
1 parent 37c8ff3 commit c321178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GnuTLS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ end
function __init__()
global gnutls_version = convert(VersionNumber,
bytestring(ccall((:gnutls_check_version,gnutls),Ptr{Uint8},(Ptr{Uint8},),C_NULL)))

@show gnutls, gnutls_version
if versionisdeprecated(gnutls_version)
msg = """This version of the GnuTLS library ($gnutls_version) is deprecated
and contains known security vulnerabilities. Please upgrade to a
Expand Down

0 comments on commit c321178

Please sign in to comment.