X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql-socket%2Fpostgresql-socket-api.lisp;h=879e5bb2a0ede5a358f45e88dad9205676790c87;hb=8997e2789a6677f5d5c78e0b630090824be30307;hp=07b979f8042bc9cf8d3fb676dd685ec12ebb1631;hpb=400240537204e1e14212b64d746ef609d010262f;p=clsql.git diff --git a/db-postgresql-socket/postgresql-socket-api.lisp b/db-postgresql-socket/postgresql-socket-api.lisp index 07b979f..879e5bb 100644 --- a/db-postgresql-socket/postgresql-socket-api.lisp +++ b/db-postgresql-socket/postgresql-socket-api.lisp @@ -490,7 +490,7 @@ troubles." (defun encrypt-md5 (plaintext salt) (string-downcase (format nil "~{~2,'0X~}" - (coerce (md5sum-sequence (concatenate 'string plaintext salt)) 'list)))) + (coerce (md5sum-string (concatenate 'string plaintext salt)) 'list)))) (defun reopen-postgresql-connection (connection) "Reopen the given PostgreSQL connection. Closes any existing