Skip to content

Commit 8893631

Browse files
committed
the sha1 functions are part of the SDK so remove sha1.c
1 parent 9dbda42 commit 8893631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hardware/esp8266com/esp8266/libraries/Hash/src/hash.cpp renamed to hardware/esp8266com/esp8266/libraries/Hash/src/Hash.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file hash.cpp
2+
* @file Hash.cpp
33
* @date 20.05.2015
44
* @author Markus Sattler
55
*
@@ -24,7 +24,7 @@
2424

2525
#include <Arduino.h>
2626

27-
#include "hash.h"
27+
#include "Hash.h"
2828

2929
extern "C" {
3030
#include "sha1/sha1.h"

hardware/esp8266com/esp8266/libraries/Hash/src/hash.h renamed to hardware/esp8266com/esp8266/libraries/Hash/src/Hash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file hash.h
2+
* @file Hash.h
33
* @date 20.05.2015
44
* @author Markus Sattler
55
*

0 commit comments

Comments
 (0)