ksslutils.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef _INCLUDE_KSSLUTILS_H
00021 #define _INCLUDE_KSSLUTILS_H
00022
00023 #include "ksslconfig.h"
00024
00025 #include <unistd.h>
00026 #ifdef KSSL_HAVE_SSL
00027 #define crypt _openssl_crypt
00028 #include <openssl/x509.h>
00029 #undef crypt
00030 #endif
00031 class QString;
00032 class QDateTime;
00033
00034
00035 #ifdef KSSL_HAVE_SSL
00036
00045 QString ASN1_UTCTIME_QString(ASN1_UTCTIME *tm);
00046
00055 QDateTime ASN1_UTCTIME_QDateTime(ASN1_UTCTIME *tm, int *isGmt);
00056
00057
00065 QString ASN1_INTEGER_QString(ASN1_INTEGER *aint);
00066 #endif
00067
00068
00069
00070
00071 #endif
This file is part of the documentation for kio Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:43:48 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003