Further comment changes for reformat (master)
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
@@ -124,7 +124,8 @@ static char const rcsid[] =
|
||||
# include TLS_APP
|
||||
#endif
|
||||
|
||||
/* Applications can define:
|
||||
/*-
|
||||
* Applications can define:
|
||||
* TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
|
||||
* TLS_CUMULATE_ERRORS
|
||||
* TLS_ERROR_BUFSIZ
|
||||
|
@@ -62,7 +62,7 @@ typedef unsigned char ICA_KEY_RSA_CRT_REC[MAX_RSACRT_SIZE];
|
||||
| RSA Key Token format |
|
||||
*------------------------------------------------*/
|
||||
|
||||
/*
|
||||
/*-
|
||||
* NOTE: All the fields in the ICA_KEY_RSA_MODEXPO structure
|
||||
* (lengths, offsets, exponents, modulus, etc.) are
|
||||
* stored in big-endian format
|
||||
@@ -86,7 +86,7 @@ typedef struct _ICA_KEY_RSA_MODEXPO
|
||||
} ICA_KEY_RSA_MODEXPO;
|
||||
#define SZ_HEADER_MODEXPO (sizeof(ICA_KEY_RSA_MODEXPO) - sizeof(ICA_KEY_RSA_MODEXPO_REC))
|
||||
|
||||
/*
|
||||
/*-
|
||||
* NOTE: All the fields in the ICA_KEY_RSA_CRT structure
|
||||
* (lengths, offsets, exponents, modulus, etc.) are
|
||||
* stored in big-endian format
|
||||
|
Reference in New Issue
Block a user