clarify comment

This commit is contained in:
Jan-Piet Mens
2024-02-03 22:07:11 +01:00
parent de887bc2ae
commit 2dedabedc9
+1 -1
View File
@@ -686,7 +686,7 @@ void store_gwvalue(char *username, char *device, time_t tst, char *key, char *va
/*
* Decrypt the payload and return a pointer to allocated space containing
* the clear text.
* p64 contains the base64-encoded payload from the device. `username'
* p64 contains the base64-encoded, encrypted payload from the device. `username'
* and `device' are needed to obtain the decryption key for this object.
*/