Function: socks-cram-auth

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

Signature

(socks-cram-auth PROC)

Source Code

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