Rename cmd_version to cmd_version_openpgp

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-05-24 14:50:17 +02:00
parent f9c1178f4d
commit f34cdac00b
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
#include "openpgp.h"
#include "version.h"
int cmd_version() {
int cmd_version_openpgp() {
res_APDU[res_APDU_size++] = PIPGP_VERSION_MAJOR;
res_APDU[res_APDU_size++] = PIPGP_VERSION_MINOR;
res_APDU[res_APDU_size++] = 0x0;