mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
- First replacement of xyssl by polarssl where needed
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/**
|
||||
* \file sha4.h
|
||||
*/
|
||||
#ifndef XYSSL_SHA4_H
|
||||
#define XYSSL_SHA4_H
|
||||
#ifndef POLARSSL_SHA4_H
|
||||
#define POLARSSL_SHA4_H
|
||||
|
||||
#if defined(_MSC_VER) || defined(__WATCOMC__)
|
||||
#define UL64(x) x##ui64
|
||||
|
Reference in New Issue
Block a user