]> git.eshelyaron.com Git - emacs.git/commit
Simplify url-digest-auth-make-cnonce
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Feb 2019 08:08:03 +0000 (00:08 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Feb 2019 08:08:41 +0000 (00:08 -0800)
commit2860f6cec56b02120b0b62cb3733c00a9e5359db
tree97a920ed88c7103034edc1a979a88d8c436f2603
parent93241242537ad18b08486d4abd00e16c225a6a30
Simplify url-digest-auth-make-cnonce

* lisp/url/url-auth.el (url-digest-auth-make-cnonce):
Simplify by using encode-time instead of round-tripping
through a format-time-string and ‘read’.
lisp/url/url-auth.el