projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7995f44
)
Quieten url-auth.el compilation
author
Glenn Morris
<rgm@gnu.org>
Fri, 2 Mar 2018 01:28:34 +0000
(20:28 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 2 Mar 2018 01:28:34 +0000
(20:28 -0500)
* lisp/url/url-auth.el (url-digest-auth-nonce-count):
Mark unused argument.
lisp/url/url-auth.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-auth.el
b/lisp/url/url-auth.el
index 4f7b5446743fc2a74fab934ee4f5bf9a800902f4..67e701ecb1661f65ceee1dc769ca03133eaea205 100644
(file)
--- a/
lisp/url/url-auth.el
+++ b/
lisp/url/url-auth.el
@@
-194,7
+194,7
@@
key cache `url-digest-auth-storage'."
(base64-encode-string
(apply 'format "%016x%04x%04x%05x%05x" (random) (current-time)) t))
-(defun url-digest-auth-nonce-count (nonce)
+(defun url-digest-auth-nonce-count (
_
nonce)
"The number requests sent to server with the given NONCE.
This count includes the request we're preparing here.