]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/lib/iscsi/md5.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / lib / iscsi / md5.h
index ff571b4a8437ea391e94fca4a9020df78ee5d981..d6fc4c1ffb18ec9c3eecd7c302e9efb1e9e02bd3 100644 (file)
@@ -45,8 +45,8 @@ struct spdk_md5ctx {
        MD5_CTX md5ctx;
 };
 
-int spdk_md5init(struct spdk_md5ctx *md5ctx);
-int spdk_md5final(void *md5, struct spdk_md5ctx *md5ctx);
-int spdk_md5update(struct spdk_md5ctx *md5ctx, const void *data, size_t len);
+int md5init(struct spdk_md5ctx *md5ctx);
+int md5final(void *md5, struct spdk_md5ctx *md5ctx);
+int md5update(struct spdk_md5ctx *md5ctx, const void *data, size_t len);
 
 #endif /* SPDK_MD5_H */