aheinecke@452: /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik aheinecke@452: * Software engineering by Intevation GmbH aheinecke@452: * aheinecke@452: * This file is Free Software under the GNU GPL (v>=2) aheinecke@452: * and comes with ABSOLUTELY NO WARRANTY! aheinecke@452: * See LICENSE.txt for details. aheinecke@452: */ aheinecke@452: aheinecke@452: aheinecke@452: /** aheinecke@452: * @file sslhelp.h aheinecke@452: * @brief Helper functions to combine Qt with Polarssl aheinecke@452: */ aheinecke@452: #include aheinecke@452: aheinecke@452: #include aheinecke@452: aheinecke@452: /** @brief get a human readable error message for a polarssl return code aheinecke@452: * aheinecke@452: * @param [in] ret A polarssl error code aheinecke@452: * @returns A QString representation of that error aheinecke@452: */ aheinecke@452: QString getPolarSSLErrorMsg(int ret);