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:
parent
94850752b8
commit
4b1c99af44
@ -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"
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file hash.h
|
||||
* @file Hash.h
|
||||
* @date 20.05.2015
|
||||
* @author Markus Sattler
|
||||
*
|
Loading…
x
Reference in New Issue
Block a user