]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/crypto/public_key.h
Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs
[karo-tx-linux.git] / include / crypto / public_key.h
index 4b8b6c16eac6323e09d93c20c8125c44e5a77aa5..f5b0224c99679ed23b8475a75b78992d3ca8c899 100644 (file)
@@ -101,4 +101,8 @@ struct public_key_signature {
        };
 };
 
+struct key;
+extern int verify_signature(const struct key *key,
+                           const struct public_key_signature *sig);
+
 #endif /* _LINUX_PUBLIC_KEY_H */