cose-wg / COSE-C

Implementation of COSE in C++; Provides a C interface; Crypto by openssl or mbedtls
BSD 3-Clause "New" or "Revised" License
30 stars 22 forks source link

Fix typo in configure.h #48

Closed bergzand closed 6 years ago

bergzand commented 6 years ago

I found two typos in configure.h. This PR fixes the typos.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-26.8%) to 68.732% when pulling 92fee3983f1920c7ac2525bb8ac8f5d8ba1874fd on bergzand:pr/conf-spell into 339379546a598de1869c276b7c054999c0746e20 on cose-wg:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-26.8%) to 68.732% when pulling 92fee3983f1920c7ac2525bb8ac8f5d8ba1874fd on bergzand:pr/conf-spell into 339379546a598de1869c276b7c054999c0746e20 on cose-wg:master.

jimsch commented 6 years ago

The changes have nothing to do w/ the coveralls failure.