changeset 467:5ebee91c0bb8

Add missing include guard
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 23 Apr 2014 15:50:08 +0000
parents 0d71ce440bcc
children a53286e5b126
files ui/sslhelp.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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

http://wald.intevation.org/projects/trustbridge/