diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-22 21:54:45 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-22 21:54:45 +0000 |
| commit | 9b29ac7ea714507a9c0690620c02c8ca5ab25f90 (patch) | |
| tree | 1eeb3e33858dfc27844b520036f2119869f9088b /appl/lib/ssl.b | |
| parent | 60951762adc08955ddba7ff59f6043e7a542a0f2 (diff) | |
20080122-2200
Diffstat (limited to 'appl/lib/ssl.b')
| -rw-r--r-- | appl/lib/ssl.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/ssl.b b/appl/lib/ssl.b index 2828e269..46f305c2 100644 --- a/appl/lib/ssl.b +++ b/appl/lib/ssl.b @@ -69,7 +69,7 @@ secret(c: ref Sys->Connection, secretin, secretout: array of byte): string algs(): (list of string, list of string) { - (c, err) := sslclone(); + (c, nil) := sslclone(); if(c == nil) return (nil, nil); c.dfd = nil; |
