1
0
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:
Michael Adam 2015-03-23 01:41:57 +01:00
parent 73f951e98f
commit 59cce7cbeb

View File

@ -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"