| OLD | NEW |
| (Empty) | |
| 1 diff --git a/lib/pk11wrap/secmod.h b/lib/pk11wrap/secmod.h |
| 2 --- a/lib/pk11wrap/secmod.h |
| 3 +++ b/lib/pk11wrap/secmod.h |
| 4 @@ -1,13 +1,13 @@ |
| 5 /* This Source Code Form is subject to the terms of the Mozilla Public |
| 6 * License, v. 2.0. If a copy of the MPL was not distributed with this |
| 7 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
| 8 #ifndef _SECMOD_H_ |
| 9 -#define _SEDMOD_H_ |
| 10 +#define _SECMOD_H_ |
| 11 #include "seccomon.h" |
| 12 #include "secmodt.h" |
| 13 #include "prinrval.h" |
| 14 |
| 15 /* These mechanisms flags are visible to all other libraries. */ |
| 16 /* They must be converted to internal SECMOD_*_FLAG */ |
| 17 /* if used inside the functions of the security library */ |
| 18 #define PUBLIC_MECH_RSA_FLAG 0x00000001ul |
| OLD | NEW |