Function: socks-chap-auth

socks-chap-auth is a byte-compiled function defined in socks.el.gz.

Signature

(socks-chap-auth PROC)

Source Code

;; Defined in /usr/src/emacs/lisp/net/socks.el.gz
;; CHAP stuff
;; (socks-register-authentication-method 3 "CHAP" 'socks-chap-auth)
(defun socks-chap-auth (_proc)
  nil)