git.fiddlerwoaroof.com
Browse code

bug: fix cl+ssl

Ed Langley authored on 29/06/2020 18:52:25
Showing 1 changed files
... ...
@@ -215,3 +215,12 @@
215 215
   (show-splash)
216 216
   (princ (user-homedir-pathname) *standard-output*)
217 217
   (run))
218
+
219
+(defun cl+ssl::input-wait (_ __ ___)
220
+  (declare (ignore _ __ ___))
221
+  (format t "~&Can't wait for input intelligently, sleeping...~%")
222
+  (sleep 0.5))
223
+(defun cl+ssl::output-wait (_ __ ___)
224
+  (declare (ignore _ __ ___))
225
+  (format t "~&Can't wait for output intelligently, sleeping...~%")
226
+  (sleep 0.5))