Author: mturk
Date: Mon Oct 10 06:56:02 2011
New Revision: 1180794
URL: http://svn.apache.org/viewvc?rev=1180794&view=rev
Log:
Fix typo
Modified:
commons/sandbox/runtime/trunk/src/main/native/modules/openssl/api.c
Modified: commons/sandbox/runtime/trunk/src/main/native/modules/openssl/api.c
URL:
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/modules/openssl/api.c?rev=1180794&r1=1180793&r2=1180794&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/modules/openssl/api.c
(original)
+++ commons/sandbox/runtime/trunk/src/main/native/modules/openssl/api.c Mon Oct
10 06:56:02 2011
@@ -254,7 +254,7 @@ struct SSLAPIst {
#if (OPENSSL_VERSION_NUMBER >= 0x10000000)
void* (*fpsk_value)(const SSLAPI_STACK *, int);
#else
- chsr* (*fpsk_value)(const SSLAPI_STACK *, int);
+ char* (*fpsk_value)(const SSLAPI_STACK *, int);
#endif
void (*fpNULL)(void);
};