sim590 / dpaste

A simple pastebin for light values (max 64KB) using OpenDHT distributed hash table (with support for encryption).
GNU General Public License v3.0
15 stars 4 forks source link

Pin format compatibility #4

Closed sim590 closed 6 years ago

sim590 commented 6 years ago

Passing a PIN without the dpaste: prefix would crash the program. This fixes the issue.

Additionally, getopt header include has been wrapped into extern instruction.