wolfSSL / Arduino-wolfSSL

This repository is a restructured copy of https://github.com/wolfSSL/wolfssl/ for the Arduino environment. Any Pull Requests for code changes should be opened there.
https://www.wolfssl.com
GNU General Public License v2.0
11 stars 7 forks source link

Rename library to all lower case to match wolfssl.h case #3

Closed gojimmypi closed 6 months ago

gojimmypi commented 6 months ago

I called the library wolfSSL but included a file called wolfssl.h.

The case of the library name in library.properties needs to match the case of the filename: wolfssl.h.

See https://github.com/arduino/library-registry/pull/4056