From: Nikos Mavrogiannopoulos Date: Sun, 7 Jul 2002 20:39:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_5_1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=823e5791ba93dcf51091815f0ed931cdff321c83;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index 1a0f09d8ef..e01007769d 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -1373,7 +1373,7 @@ int _gnutls_der_check_if_rsa_key(const gnutls_datum * key_struct) /* Reads a PEM encoded PKCS-1 RSA private key from memory * 2002-01-26: Added ability to read DSA keys. - * type==0 then certificate is DER formatted, else -> DER + * type indicates the certificate format. */ static int read_key_mem(GNUTLS_CERTIFICATE_CREDENTIALS res, const char *key, int key_size, GNUTLS_X509_CertificateFmt type) diff --git a/src/serv.c b/src/serv.c index 0f0b651082..96574f7fe1 100644 --- a/src/serv.c +++ b/src/serv.c @@ -618,7 +618,7 @@ int main(int argc, char **argv) ctt[strlen(ctt)-1] = 0; /* - printf("- connection from %s, port %d\n", + printf("\n* connection from %s, port %d\n", inet_ntop(AF_INET, &client_address.sin_addr, topbuf, sizeof(topbuf)), ntohs(client_address.sin_port)); */ @@ -651,7 +651,7 @@ int main(int argc, char **argv) printf("*** This is a resumed session\n"); if (quiet == 0) { - printf("- connection from %s, port %d\n", + printf("\n* connection from %s, port %d\n", inet_ntop(AF_INET, &client_address.sin_addr, topbuf, sizeof(topbuf)), ntohs(client_address.sin_port)); print_info( j->tstate);