[cl-plus-ssl-devel] Proposal: Library pathname
    Edi Weitz 
    edi at agharta.de
       
    Mon Sep  4 06:26:30 UTC 2006
    
    
  
Hi!
I'd propose that the default value for CL+SSL-SYSTEM:*LIBSSL-PATHNAME*
looks something like this:
  #+(or :win32 :mswindows) "libssl32.dll"
  #-(or :win32 :mswindows) "libssl.so"
I think that should significantly increase the number of
implementations and platforms on which CL+SSL can be loaded without
tweaking this variable.
Cheers,
Edi.
    
    
More information about the cl-plus-ssl-devel
mailing list