commit | 5af3b0e59a34566ca555c83f6f662d09d4f5d938 | [log] [tgz] |
---|---|---|
author | David Wohlferd <dw@LimeGreenSocks.com> | Fri Aug 26 17:15:40 2016 -0700 |
committer | David Wohlferd <dw@LimeGreenSocks.com> | Fri Aug 26 17:15:40 2016 -0700 |
tree | 19b284b9a33598102bfb4f10ce536938b909db6e | |
parent | 834a0df89cef81ca84c4414b776421eac21b390a [diff] |
_SECIMP patch 1 of 3: Update secapi/*.c files to remove dupe prototypes and include correct headers. A number of the secapi/*.c files (actually all of them) duplicate the function prototypes of the functions they implement (and sometimes some of the functions they use as well) instead of simply including the appropriate header. Signed-off-by: David Wohlferd <dw@LimeGreenSocks.com>