Skip to content

Commit 516d6dd

Browse files
author
Luigi Gubello
committed
Include MD5.h in ArduinoBearSSL.h
1 parent 96bcbf2 commit 516d6dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/MD5/MD5.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
ArduinoCrypto MD5
2+
ArduinoBearSSL MD5
33
44
This sketch demonstrates how to create a MD5 hash
55
for an input string.

src/ArduinoBearSSL.h

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "BearSSLClient.h"
2929
#include "SHA1.h"
3030
#include "SHA256.h"
31+
#include "MD5.h"
3132

3233
class ArduinoBearSSLClass {
3334
public:

0 commit comments

Comments
 (0)