Added support for sshfp

This commit is contained in:
2020-11-17 14:27:19 -08:00
parent f843cb6a90
commit c571c20cb4
2 changed files with 150 additions and 6 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
#:get-dao
#:select-dao
#:update-dao
#:insert-dao)
#:insert-dao
#:delete-dao
#:with-transaction)
(:import-from #:cl-json
#:decode-json-from-string
#:encode-json)