Commit b9f06fedf1dc58429299dd5de32614a74c1ef1d2

Authored by Jay Berkenbilt
1 parent b76af924

Fix error in manual

Showing 1 changed file with 1 additions and 1 deletions
manual/qpdf-manual.xml
... ... @@ -319,7 +319,7 @@ make
319 319 <para>
320 320 If you build qpdf using your own build system, in order for qpdf
321 321 to work at all, you need to enable at least one crypto provider.
322   - The file <filename>include/qpdf/qpdf-config.h.in</filename>
  322 + The file <filename>libqpdf/qpdf/qpdf-config.h.in</filename>
323 323 provides macros <literal>DEFAULT_CRYPTO</literal>, whose value
324 324 must be a string naming the default crypto provider, and various
325 325 symbols starting with <literal>USE_CRYPTO_</literal>, at least
... ...