Fix of prefix bio filter (bf_prefix.c): rely on the given length
[openssl.git] / apps / cms.c
index 6900ddfe84fcd2cfdf86993f0ad6ddf0de28379c..e9d760c999b78f51f873aad243cf662469bf2710 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2008-2018 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -12,6 +12,7 @@
 #include <stdio.h>
 #include <string.h>
 #include "apps.h"
+#include "progs.h"
 
 #ifndef OPENSSL_NO_CMS