summaryrefslogtreecommitdiffstats
path: root/missing/memcmp.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-01 01:02:30 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-01 01:02:30 +0000
commit7ebe8d20d7a31b86ee9fecaec9fd966ca2e2c4f3 (patch)
tree9aa728e4eb2030496dce2c79bd208c23ae007f48 /missing/memcmp.c
parent14d2feb6590e91c4e24fb38097bb20240c65f915 (diff)
* string.c (rb_str_coderange_scan_restartable): should not return
offset in the middle of a character. * string.c (rb_str_coderange_scan_restartable): should not return invalid cr value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing/memcmp.c')
0 files changed, 0 insertions, 0 deletions
*/ #ifndef _BASE64_H_ #define _BASE64_H_ #if defined(ENABLE_HTTP_PROXY) || defined(ENABLE_PKCS11) || defined(ENABLE_CLIENT_CR) || defined(MANAGMENT_EXTERNAL_KEY) int openvpn_base64_encode(const void *data, int size, char **str); int openvpn_base64_decode(const char *str, void *data, int size); #endif #endif