We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71eca46 commit 6d56b18Copy full SHA for 6d56b18
src/cert-key.lisp
@@ -471,7 +471,7 @@ The bytes for signing represent everything up to the signature."
471
472
(defmethod fingerprint ((hash-spec (eql :sha1)) (key certificate) &key)
473
"Computes the SHA1 fingerprint of the embedded client public key"
474
- (with-slots ((public-key cert-key)) key
+ (with-accessors ((public-key cert-key)) key
475
(fingerprint :sha1 public-key)))
476
477
(defmethod fingerprint ((hash-spec (eql :sha256)) (key certificate) &key)
0 commit comments