Skip to content

Commit

Permalink
Merge pull request #13 from Benjamin-Loison/master
Browse files Browse the repository at this point in the history
Correct a typo in `README.md` and `test/build.bat`
  • Loading branch information
tilkinsc authored May 31, 2023
2 parents da5cf62 + 7edf8ac commit ca415f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This module is part of a chain of OTP libraries all written in different languag

A simple One Time Password (OTP) library in C/C++

Fully ompatible with Authy and Google Authenticator. Full support for QR code url is provided.
Fully compatible with Authy and Google Authenticator. Full support for QR code URL is provided.


## Libraries Needed
Expand Down Expand Up @@ -42,5 +42,5 @@ See the test/build.bat file for guidance. It is simply compiling all the CUs as

## TODO

* SHA256 needs verified if its working fully
* SHA512 needs verified if its working fully
* SHA256 needs to be verified if its working fully
* SHA512 needs to be verified if its working fully
2 changes: 1 addition & 1 deletion test/build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

@echo off

REM Build the C dependancies, and the program, first
REM Build the C dependencies, and the program, first
echo Building C
gcc -O0 -g3 -Wall -c ../*.c main.c
gcc -O0 -g3 -Wall -o test_c.exe otpuri.o cotp.o main.o -lcrypto -lgdi32
Expand Down

0 comments on commit ca415f6

Please sign in to comment.