diff options
Diffstat (limited to 'src/lib/libcrypto/ui/ui_locl.h')
-rw-r--r-- | src/lib/libcrypto/ui/ui_locl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ui/ui_locl.h b/src/lib/libcrypto/ui/ui_locl.h index aa4a55637d..39789e2638 100644 --- a/src/lib/libcrypto/ui/ui_locl.h +++ b/src/lib/libcrypto/ui/ui_locl.h | |||
@@ -94,7 +94,7 @@ struct ui_method_st | |||
94 | and object_name is the name of the object (might be a card name or | 94 | and object_name is the name of the object (might be a card name or |
95 | a file name. | 95 | a file name. |
96 | The returned string shall always be allocated on the heap with | 96 | The returned string shall always be allocated on the heap with |
97 | OPENSSL_malloc(), and need to be free'd with OPENSSL_free(). */ | 97 | malloc(), and need to be free'd with free(). */ |
98 | char *(*ui_construct_prompt)(UI *ui, const char *object_desc, | 98 | char *(*ui_construct_prompt)(UI *ui, const char *object_desc, |
99 | const char *object_name); | 99 | const char *object_name); |
100 | }; | 100 | }; |