Update bytes/str stuff in crypt_verify and crypto_sign
diff --git a/OpenSSL/crypto/crypto.h b/OpenSSL/crypto/crypto.h
index 9b9663d..75961a7 100644
--- a/OpenSSL/crypto/crypto.h
+++ b/OpenSSL/crypto/crypto.h
@@ -74,6 +74,8 @@
extern crypto_PKCS7_New_RETURN crypto_PKCS7_New crypto_PKCS7_New_PROTO;
extern crypto_NetscapeSPKI_New_RETURN crypto_NetscapeSPKI_New crypto_NetscapeSPKI_New_PROTO;
+int crypto_byte_converter(PyObject *input, void *output);
+
#else /* crypto_MODULE */
extern void **crypto_API;