]> git.eshelyaron.com Git - emacs.git/commit
Stop using calc for ntlm time computation
authorMattias Engdegård <mattiase@acm.org>
Sun, 16 Aug 2020 09:06:45 +0000 (11:06 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 16 Aug 2020 09:08:43 +0000 (11:08 +0200)
commit9f464ccaf9acc36b22bc292c6c572048e147d281
treedc7d2667e5a201b998b51e10e31b7c8d5144301f
parent8255eb526f53d9e4532cfedb8de25f39365f99bc
Stop using calc for ntlm time computation

* lisp/net/ntlm.el: Don't require calc.
(ntlm-compute-timestamp): Use plain arithmetic instead of calc.
(ntlm--time-to-timestamp): New helper function.
lisp/net/ntlm.el