Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/ui/sslhelp.h Wed Apr 23 15:48:08 2014 +0000 +++ b/ui/sslhelp.h Wed Apr 23 15:50:08 2014 +0000 @@ -1,3 +1,5 @@ +#ifndef SSLHELP_H +#define SSLHELP_H /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik * Software engineering by Intevation GmbH * @@ -37,3 +39,4 @@ * @returns the signature of the data or an empty byte array on error */ QByteArray rsaSignSHA256Hash(const QByteArray& hash, pk_context *pk); +#endif // SSLHELP_H