Mercurial > trustbridge
comparison ui/sslhelp.h @ 467:5ebee91c0bb8
Add missing include guard
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 23 Apr 2014 15:50:08 +0000 |
parents | 2e100d3e414a |
children | c8a6a3e6bdeb |
comparison
equal
deleted
inserted
replaced
466:0d71ce440bcc | 467:5ebee91c0bb8 |
---|---|
1 #ifndef SSLHELP_H | |
2 #define SSLHELP_H | |
1 /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik | 3 /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik |
2 * Software engineering by Intevation GmbH | 4 * Software engineering by Intevation GmbH |
3 * | 5 * |
4 * This file is Free Software under the GNU GPL (v>=2) | 6 * This file is Free Software under the GNU GPL (v>=2) |
5 * and comes with ABSOLUTELY NO WARRANTY! | 7 * and comes with ABSOLUTELY NO WARRANTY! |
35 * @param [in] hash the hash to sign. | 37 * @param [in] hash the hash to sign. |
36 * @param [in] pk the key to use. | 38 * @param [in] pk the key to use. |
37 * @returns the signature of the data or an empty byte array on error | 39 * @returns the signature of the data or an empty byte array on error |
38 */ | 40 */ |
39 QByteArray rsaSignSHA256Hash(const QByteArray& hash, pk_context *pk); | 41 QByteArray rsaSignSHA256Hash(const QByteArray& hash, pk_context *pk); |
42 #endif // SSLHELP_H |