mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/29178)
9 lines
225 B
C
9 lines
225 B
C
#ifndef OSSL_CRYPTO_EVP_B64_SCALAR_H
|
|
#define OSSL_CRYPTO_EVP_B64_SCALAR_H
|
|
#include <openssl/evp.h>
|
|
|
|
int evp_encodeblock_int(EVP_ENCODE_CTX *ctx, unsigned char *t,
|
|
const unsigned char *f, int dlen, int *wrap_cnt);
|
|
|
|
#endif
|