* Rewrite support for specific SSL encryption protocols, including
[alpine.git] / alpine / smime.h
blobdce978d10510bce8d69aef08a97d1a124ee5b36c
1 /*
2 * $Id: smime.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2018 Eduardo Chappa
6 * Copyright 2008 University of Washington
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
17 #ifdef SMIME
18 #ifndef PINE_SMIME_INCLUDED
19 #define PINE_SMIME_INCLUDED
22 #include "../pith/state.h"
23 #include "../pith/send.h"
24 #include "../pith/smime.h"
27 /* exported protoypes */
28 int smime_get_passphrase(void);
29 int smime_certificate_error_ask(int error);
30 void smime_info_screen(struct pine *ps);
31 void smime_config_screen(struct pine *, int edit_exceptions);
32 int smime_related_var(struct pine *, struct variable *);
33 void display_smime_info(struct pine *, ENVELOPE *, BODY *);
34 int smime_check(BODY *); /* check that the message is smime */
36 #endif /* PINE_SMIME_INCLUDED */
37 #endif /* SMIME */