|
#+nil (tls-endpoint-core-rbio ,name) (null-pointer) |
The conditionalized expression in the line above (tls-endpoint-core-rbio ,name) gives a reader error because it has a comma out of backqote context. Conditionalized out expression still need to be valid expression (with *read-suppress being t).
https://www.lispworks.com/documentation/HyperSpec/Body/02_dhq.htm
Just delete this and the following line, leaving only the clsoing bracket.
http2/tls/openssl.lisp
Line 117 in f3622dd
The conditionalized expression in the line above (tls-endpoint-core-rbio ,name) gives a reader error because it has a comma out of backqote context. Conditionalized out expression still need to be valid expression (with *read-suppress being t).
https://www.lispworks.com/documentation/HyperSpec/Body/02_dhq.htm
Just delete this and the following line, leaving only the clsoing bracket.