mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-12 18:44:56 +03:00
Add XXX_PROCESS_ALT mecchanism
This commit is contained in:
@@ -112,6 +112,7 @@ void md2_starts( md2_context *ctx )
|
||||
ctx->left = 0;
|
||||
}
|
||||
|
||||
#if !defined(POLARSSL_MD2_PROCESS_ALT)
|
||||
void md2_process( md2_context *ctx )
|
||||
{
|
||||
int i, j;
|
||||
@@ -145,6 +146,7 @@ void md2_process( md2_context *ctx )
|
||||
t = ctx->cksum[i];
|
||||
}
|
||||
}
|
||||
#endif /* !POLARSSL_MD2_PROCESS_ALT */
|
||||
|
||||
/*
|
||||
* MD2 process buffer
|
||||
|
Reference in New Issue
Block a user