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 78dd0c9 commit 79cb525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GnuTLS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ function __init__()
# C_NULL, # is_secure (may be NULL)
# cglobal(:realloc), # Realloc
# cglobal(:jl_gc_counted_free)) # Free
# ccall((:gnutls_global_set_log_function,gnutls),Void,
# (Ptr{Void},),cfunction(logging_func,Void,(Int32,Ptr{Uint8})))
ccall((:gnutls_global_set_log_function,gnutls),Void,
(Ptr{Void},),cfunction(logging_func,Void,(Int32,Ptr{Uint8})))


gnutls_version >= v"3.0" && begin
Expand Down

0 comments on commit 79cb525

Please sign in to comment.