mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib/crypto: fix header guard for crypto.h
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
73f951e98f
commit
59cce7cbeb
@ -17,7 +17,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _SAMBA_CRYPTO_H
|
||||
#ifndef _SAMBA_CRYPTO_H_
|
||||
#define _SAMBA_CRYPTO_H_
|
||||
|
||||
#include "../lib/crypto/crc32.h"
|
||||
|
Loading…
Reference in New Issue
Block a user