1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

the sha1 functions are part of the SDK so remove sha1.c

This commit is contained in:
Markus Sattler 2015-05-20 19:08:21 +02:00
parent 94850752b8
commit 4b1c99af44
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/**
* @file hash.cpp
* @file Hash.cpp
* @date 20.05.2015
* @author Markus Sattler
*
@ -24,7 +24,7 @@
#include <Arduino.h>
#include "hash.h"
#include "Hash.h"
extern "C" {
#include "sha1/sha1.h"

View File

@ -1,5 +1,5 @@
/**
* @file hash.h
* @file Hash.h
* @date 20.05.2015
* @author Markus Sattler
*