summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2017-02-09 22:20:59 +0100
committerRich Salz <rsalz@openssl.org>2017-02-14 14:15:28 -0500
commit20967afb7f4a2613a6d7230bcbdf99140bccd677 (patch)
tree8072b09042bd4c66aed7f1e4b81426717e1ae9c8 /apps/apps.h
parentb08ee30bf4fb3d0c92d838778332b7a3afbdb062 (diff)
Add Sieve support (RFC 5804) to s_client ("-starttls sieve")
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2300)
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 5bf8c1dfa2..e7c860f1b4 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -559,6 +559,8 @@ int raw_write_stdout(const void *, int);
# define TM_STOP 1
double app_tminterval(int stop, int usertime);
+void make_uppercase(char *string);
+
typedef struct verify_options_st {
int depth;
int quiet;